1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* Public domain. */ #ifndef _LINUX_FS_H #define _LINUX_FS_H #include <sys/types.h> #include <sys/fcntl.h> #include <sys/file.h> #include <linux/capability.h> #include <linux/linkage.h> #include <linux/uuid.h> #include <linux/pid.h> #include <linux/radix-tree.h> #include <linux/wait_bit.h> struct address_space; #endif