?? cdp_blk.h
字號:
#include <linux/ioctl.h>
#define MAJOR_NUM 252
#define GET_TIME _IOW(MAJOR_NUM, 0, struct Time *)
#define CDP_STOP _IOW(MAJOR_NUM, 1, int *)
struct Time
{
int hrs;
int min;
int sec;
};
#define DEVICE_FILE_NAME "block_dev"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -