kernel_inc.h
来自「关于LINUX安全内核的源代码」· C头文件 代码 · 共 19 行
H
19 行
#ifndef KERNEL_INC_H#define KERNEL_INC_H/* * Here are all the internal kernel structures that we need * to communicate with it * *//* From linux/capability.h */typedef __u32 kernel_cap_t;/* From linux/kdev_t.h */typedef unsigned short kdev_t;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?