3f55a7b9aa
Currently supports the RC3230
7 lines
171 B
C
7 lines
171 B
C
/* $NetBSD: pmap.h,v 1.1 2000/08/12 22:58:32 wdk Exp $ */
|
|
|
|
#include <mips/pmap.h>
|
|
|
|
#define pmax_trunc_seg(a) mips_trunc_seg(a)
|
|
#define pmax_round_seg(a) mips_round_seg(a)
|