diff options
Diffstat (limited to 'tools/iso/kernel.soso/rootfs.h')
-rw-r--r-- | tools/iso/kernel.soso/rootfs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/iso/kernel.soso/rootfs.h b/tools/iso/kernel.soso/rootfs.h new file mode 100644 index 00000000..7271deaa --- /dev/null +++ b/tools/iso/kernel.soso/rootfs.h @@ -0,0 +1,8 @@ +#ifndef ROOTFS_H +#define ROOTFS_H + +#include "fs.h" + +FileSystemNode* initializeRootFS(); + +#endif // ROOTFS_H |