📄 ioctl.h
字号:
/* * ioctl.h * * Function prototypes * * Copyright (C) 2006 Herbert Poetzl * */#ifndef OCFS2_IOCTL_H#define OCFS2_IOCTL_Hint ocfs2_ioctl(struct inode * inode, struct file * filp, unsigned int cmd, unsigned long arg);long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);#endif /* OCFS2_IOCTL_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -