📄 local.h
字号:
// This header binds the reader code to the Linux Kernel structures#include <linux/string.h>#include <linux/fs.h>#include "ffs2_fs.h"#include "ffs2_fs_sb.h"/* As a independent module we dont have the right kernel labels, but our size fits into the alloted space */#define getFFS2_sb(x) (*(struct ffs2_sb_info *)&(x)->u)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -