?? module.h
字號:
#ifndef _ASM_ARM_MODULE_H#define _ASM_ARM_MODULE_H/* * This file contains the arm architecture specific module code. */#define module_map(x) vmalloc(x)#define module_unmap(x) vfree(x)#define module_arch_init(x) (0)#define arch_init_modules(x) do { } while (0)#endif /* _ASM_ARM_MODULE_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -