Home | History | Annotate | Line # | Download | only in include
pmap.h revision 1.8
      1 /*	$NetBSD: pmap.h,v 1.8 2006/08/05 21:26:48 sanjayl Exp $	*/
      2 #ifndef _MACPPC_PMAP_H_
      3 #define _MACPPC_PMAP_H_
      4 
      5 #include <powerpc/pmap.h>
      6 
      7 /* Mac specific routines */
      8 #if defined (PPC_OEA64_BRIDGE)
      9 #ifndef _LOCORE
     10 int pmap_setup_segment0_map(int use_large_pages, ...);
     11 #endif
     12 #endif
     13 
     14 #endif /* _MACPPC_PMAP_H_ */
     15