838b5e08c9
- Spacing. - Protect from multiple inclusion in a consistant way (except on headers that do nothing except function as mips header wrappers).
12 lines
245 B
C
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_ */
|