xref: /netbsd-src/sys/arch/pmax/include/pmap.h (revision 81b108b45f75f89f1e3ffad9fb6f074e771c0935)
1 /*	$NetBSD: pmap.h,v 1.10 1996/03/19 04:39:05 jonathan Exp $	*/
2 
3 #include <mips/pmap.h>
4 
5 #define pmax_trunc_seg(a) mips_trunc_seg(a)
6 #define pmax_round_seg(a) mips_round_seg(a)
7