1ca217b445
with versions that include equivalent files from <mips/include>. (cvs magic copied the previous revisions, with history, to src/sys/arch/mips/include). ansi.h bsd-aout.h cdefs.h ecoff.h elf.h endian.h exec.h float.h ieeefp.h kdbparam.h limits.h pcb.h pmap.h proc.h profile.h ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h types.h varargs.h vmparam.h NB: Some files (e.g., limits.h reloc.h pmap.h) add pica-specific #defines to the generic mips support.
7 lines
176 B
C
7 lines
176 B
C
/* $NetBSD: pmap.h,v 1.2 1996/03/23 03:42:52 jonathan Exp $ */
|
|
|
|
#include <mips/pmap.h>
|
|
|
|
#define pica_trunc_seg(a) mips_trunc_seg(a)
|
|
#define pica_round_seg(a) mips_round_seg(a)
|