summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc/include/pmap.h
blob: ec95a2e8ae8ab3c7be83b35505d1b01a803d40db (plain)
1
2
3
4
5
6
7
/*	$NetBSD: pmap.h,v 1.9 2001/10/24 06:26:10 billc Exp $	*/

#ifdef NEWPMAP
#include <powerpc/mpc6xx/pmap.h>
#else
#include <powerpc/pmap.h>
#endif