1 /* $NetBSD: pmap.h,v 1.14 2000/01/09 15:34:43 ad Exp $ */ 2 3 #ifndef _PMAX_PMAP_H_ 4 #define _PMAX_PMAP_H_ 5 6 #include <mips/pmap.h> 7 8 #define pmax_trunc_seg(a) mips_trunc_seg(a) 9 #define pmax_round_seg(a) mips_round_seg(a) 10 11 #endif /* !_PMAX_PMAP_H_ */ 12