diff options
| author | matt <matt@NetBSD.org> | 2001-03-04 03:31:32 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2001-03-04 03:31:32 +0000 |
| commit | b997b57700a02026d8090e107916f53d3cb26e97 (patch) | |
| tree | 41667eb742a8ece660d3979e247827c6aa263088 | |
| parent | 7e5ee89ff355e502a2400127c4de540f11c40cb5 (diff) | |
Use shared arm32 pmap.h
| -rw-r--r-- | sys/arch/dnard/include/pmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/dnard/include/pmap.h b/sys/arch/dnard/include/pmap.h new file mode 100644 index 00000000000..d50b31c5958 --- /dev/null +++ b/sys/arch/dnard/include/pmap.h @@ -0,0 +1,4 @@ +/* $NetBSD: pmap.h,v 1.1 2001/03/04 03:31:32 matt Exp $ */ + +#include <arm/arm32/pmap.h> + |
