?? slave.c
字號(hào):
/* * slave.c -- the slave module of a master/slave pair using kerneld * * Tested with 2.0 on the x86, Sparc * Tested with 2.1.43 on the x86 */#ifndef __KERNEL__# define __KERNEL__#endif#ifndef MODULE# define MODULE#endif#include <linux/module.h>int init_module(void){return 0;}void cleanup_module(void){}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -