diff options
Diffstat (limited to 'include/asm-arm/mmzone.h')
-rw-r--r-- | include/asm-arm/mmzone.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-arm/mmzone.h b/include/asm-arm/mmzone.h new file mode 100644 index 000000000..97ddd9718 --- /dev/null +++ b/include/asm-arm/mmzone.h @@ -0,0 +1,12 @@ +/* + * linux/include/asm-arm/mmzone.h + * + * 1999-12-29 Nicolas Pitre Created + */ + +#ifndef __ASM_MMZONE_H +#define __ASM_MMZONE_H + +#include <asm/arch/mmzone.h> + +#endif |