1 2 3 4 5 6 7 8 9
/* Public domain. */ #ifndef _LINUX_KERNFS_H #define _LINUX_KERNFS_H #include <linux/err.h> #include <linux/idr.h> #endif