interface.h

来自「底层驱动开发」· C头文件 代码 · 共 14 行

H
14
字号
/* * include/linux/nfsd/interface.h * * defines interface between nfsd and other bits of * the kernel.  Particularly filesystems (eventually). * * Copyright (C) 2000 Neil Brown <neilb@cse.unsw.edu.au> */#ifndef LINUX_NFSD_INTERFACE_H#define LINUX_NFSD_INTERFACE_H#endif /* LINUX_NFSD_INTERFACE_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?