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