mirror of
https://github.com/drasko/codezero.git
synced 2026-04-04 19:19:03 +02:00
Added posix code
This commit is contained in:
7
conts/posix/fs0/include/memfs/vnode.h
Normal file
7
conts/posix/fs0/include/memfs/vnode.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __MEMFS_VNODE_H__
|
||||
#define __MEMFS_VNODE_H__
|
||||
|
||||
#include <fs.h>
|
||||
|
||||
|
||||
#endif /* __MEMFS_VNODE_H__ */
|
||||
Reference in New Issue
Block a user