77ba495772
one version won't spam people compiling with the option to get the other.
8 lines
148 B
C
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
|