#ifndef __LINUX_PSEUDO_FS__ #define __LINUX_PSEUDO_FS__ #include <linux/fs_context.h> struct pseudo_fs_context { … }; struct pseudo_fs_context *init_pseudo(struct fs_context *fc, unsigned long magic); #endif
#ifndef __LINUX_PSEUDO_FS__ #define __LINUX_PSEUDO_FS__ #include <linux/fs_context.h> struct pseudo_fs_context { … }; struct pseudo_fs_context *init_pseudo(struct fs_context *fc, unsigned long magic); #endif