?? skull_clean.c
字號:
#include <linux/config.h>#include <linux/module.h>#include <linux/version.h>#include <linux/ioport.h>void skull_release(unsigned int port, unsigned int range){ release_region(port,range);}void skull_cleanup(void){ /* should put real values here ... */ /* skull_release(0,0); */}module_exit(skull_cleanup);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -