xref: /netbsd-src/sys/arch/pmax/include/pmap.h (revision c41a4eebefede43f6950f838a387dc18c6a431bf)
1 /*	$NetBSD: pmap.h,v 1.13 1997/06/16 07:47:42 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