|
@@ -208,6 +208,8 @@ static inline struct proc_dir_entry *proc_symlink(const char *name,
|
|
|
struct proc_dir_entry *parent,const char *dest) {return NULL;}
|
|
|
static inline struct proc_dir_entry *proc_mkdir(const char *name,
|
|
|
struct proc_dir_entry *parent) {return NULL;}
|
|
|
+static inline struct proc_dir_entry *proc_mkdir_mode(const char *name,
|
|
|
+ mode_t mode, struct proc_dir_entry *parent) { return NULL; }
|
|
|
|
|
|
static inline struct proc_dir_entry *create_proc_read_entry(const char *name,
|
|
|
mode_t mode, struct proc_dir_entry *base,
|