2000-01-09 18:34:41 +03:00
|
|
|
/* $NetBSD: pmap.h,v 1.14 2000/01/09 15:34:43 ad Exp $ */
|
|
|
|
|
|
|
|
#ifndef _PMAX_PMAP_H_
|
|
|
|
#define _PMAX_PMAP_H_
|
1994-10-27 00:08:38 +03:00
|
|
|
|
1996-03-19 07:39:01 +03:00
|
|
|
#include <mips/pmap.h>
|
1993-10-12 06:22:19 +03:00
|
|
|
|
2000-01-09 18:34:41 +03:00
|
|
|
#define pmax_trunc_seg(a) mips_trunc_seg(a)
|
|
|
|
#define pmax_round_seg(a) mips_round_seg(a)
|
|
|
|
|
|
|
|
#endif /* !_PMAX_PMAP_H_ */
|