git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactor: add a simple ramfs for rootfs. Twifs should have more specific job in future.
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
fs
/
ramfs.h
diff --git a/lunaix-os/includes/lunaix/fs/ramfs.h
b/lunaix-os/includes/lunaix/fs/ramfs.h
new file mode 100644
(file)
index 0000000..
f7f8e27
--- /dev/null
+++ b/
lunaix-os/includes/lunaix/fs/ramfs.h
@@ -0,0
+1,7
@@
+#ifndef __LUNAIX_RAMFS_H
+#define __LUNAIX_RAMFS_H
+
+void
+ramfs_init();
+
+#endif /* __LUNAIX_RAMFS_H */