mirror of
https://github.com/drasko/codezero.git
synced 2026-02-14 02:43:25 +01:00
Added some forgotten files.
new file: tasks/fs0/include/memfs/file.h new file: tasks/fs0/include/stat.h new file: tasks/fs0/include/vfs.h
This commit is contained in:
7
tasks/fs0/include/memfs/file.h
Normal file
7
tasks/fs0/include/memfs/file.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __MEMFS_FILE_H__
|
||||
#define __MEMFS_FILE_H__
|
||||
|
||||
extern struct file_ops memfs_file_operations;
|
||||
extern struct dentry_ops memfs_dentry_operations;
|
||||
|
||||
#endif /* __MEMFS_FILE_H__ */
|
||||
Reference in New Issue
Block a user