NetBSD/sys/arch/alpha/include/pmap.h
cgd 77ba495772 temporarily move new pmap code into a seperate header, so changes to
one version won't spam people compiling with the option to get the other.
1996-07-09 22:22:25 +00:00

8 lines
148 B
C

/* $NetBSD: pmap.h,v 1.8 1996/07/09 22:22:25 cgd Exp $ */
#ifdef OLD_PMAP
#include <machine/pmap.old.h>
#else
#include <machine/pmap.new.h>
#endif