- pre4:
[davej-history.git] / include / asm-arm / module.h
blob3199b3bc50c7b42ca14259f88711220723b8f9df
1 #ifndef _ASM_ARM_MODULE_H
2 #define _ASM_ARM_MODULE_H
3 /*
4 * This file contains the arm architecture specific module code.
5 */
7 #define module_map(x) vmalloc(x)
8 #define module_unmap(x) vfree(x)
9 #define module_arch_init(x) (0)
11 #endif /* _ASM_ARM_MODULE_H */