Home | History | Annotate | Line # | Download | only in include
pmap.h revision 1.1
      1  1.1  wdk /*	$NetBSD: pmap.h,v 1.1 2000/08/12 22:58:32 wdk Exp $	*/
      2  1.1  wdk 
      3  1.1  wdk #include <mips/pmap.h>
      4  1.1  wdk 
      5  1.1  wdk #define pmax_trunc_seg(a) mips_trunc_seg(a)
      6  1.1  wdk #define pmax_round_seg(a) mips_round_seg(a)
      7