drm/panel-edp: Add STA 116QHD024002
[drm/drm-misc.git] / include / linux / pseudo_fs.h
blob730f77381d55f1816ef14adf7dd2cf1d62bb912c
1 #ifndef __LINUX_PSEUDO_FS__
2 #define __LINUX_PSEUDO_FS__
4 #include <linux/fs_context.h>
6 struct pseudo_fs_context {
7 const struct super_operations *ops;
8 const struct xattr_handler * const *xattr;
9 const struct dentry_operations *dops;
10 unsigned long magic;
13 struct pseudo_fs_context *init_pseudo(struct fs_context *fc,
14 unsigned long magic);
16 #endif