📄 hd_request_struct.h
字号:
//////////////////////////////////////////////////////////////////////////
struct hd_request_struct {
int volatile hd; /* -1 if no request */
int volatile block;
int volatile cyl;
int volatile head;
int volatile sector;
int volatile nsector;
int volatile cmd;
int volatile errors;
struct buffer_head * volatile bh;
struct hd_request_struct * volatile next;
};
//////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -