diff options
Diffstat (limited to 'include/asm-arm26/module.h')
-rw-r--r-- | include/asm-arm26/module.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-arm26/module.h b/include/asm-arm26/module.h new file mode 100644 index 0000000..1157f17 --- /dev/null +++ b/include/asm-arm26/module.h @@ -0,0 +1,7 @@ +#ifndef _ASM_ARM_MODULE_H +#define _ASM_ARM_MODULE_H +/* + * This file contains the arm architecture specific module code. + */ + +#endif /* _ASM_ARM_MODULE_H */ |