e1373a1fbf
with versions that include equivalent files from <mips/include>, after merging changes from the pmax and pica ports into the src/sys/arch/mips/include tree. ptrace.h cdefs.h pmap.h signal.h kdbparam.h
7 lines
177 B
C
7 lines
177 B
C
/* $NetBSD: pmap.h,v 1.10 1996/03/19 04:39:05 jonathan Exp $ */
|
|
|
|
#include <mips/pmap.h>
|
|
|
|
#define pmax_trunc_seg(a) mips_trunc_seg(a)
|
|
#define pmax_round_seg(a) mips_round_seg(a)
|