NetBSD/sys/arch/pmax/include/pmap.h
ad 838b5e08c9 - Fix RCS Ids.
- Spacing.
- Protect from multiple inclusion in a consistant way (except on headers
  that do nothing except function as mips header wrappers).
2000-01-09 15:34:41 +00:00

12 lines
245 B
C

/* $NetBSD: pmap.h,v 1.14 2000/01/09 15:34:43 ad Exp $ */
#ifndef _PMAX_PMAP_H_
#define _PMAX_PMAP_H_
#include <mips/pmap.h>
#define pmax_trunc_seg(a) mips_trunc_seg(a)
#define pmax_round_seg(a) mips_round_seg(a)
#endif /* !_PMAX_PMAP_H_ */