mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 03:13:15 +01:00
8 lines
102 B
C
8 lines
102 B
C
#ifndef __MEMFS_VNODE_H__
|
|
#define __MEMFS_VNODE_H__
|
|
|
|
#include <fs.h>
|
|
|
|
|
|
#endif /* __MEMFS_VNODE_H__ */
|