NetBSD/sys/arch/sandpoint/include/pmap.h
chs bd2a5f591d switch all mpc6xx powerpc ports to NEWPMAP by default.
the old pmap is still available with the OLDPMAP option.
2002-03-09 23:35:56 +00:00

8 lines
147 B
C

/* $NetBSD: pmap.h,v 1.4 2002/03/09 23:36:00 chs Exp $ */
#ifndef OLDPMAP
#include <powerpc/mpc6xx/pmap.h>
#else
#include <powerpc/pmap.h>
#endif