diff options
Diffstat (limited to 'sys/arch/armish/include/pmap.h')
-rw-r--r-- | sys/arch/armish/include/pmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/armish/include/pmap.h b/sys/arch/armish/include/pmap.h new file mode 100644 index 00000000000..01e8fc61bd9 --- /dev/null +++ b/sys/arch/armish/include/pmap.h @@ -0,0 +1,4 @@ +/* $OpenBSD: pmap.h,v 1.1 2006/05/29 17:13:19 drahn Exp $ */ +/* $NetBSD: pmap.h,v 1.2 2001/11/23 17:29:01 thorpej Exp $ */ + +#include <arm/pmap.h> |