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
1 #ifndef __LUNAIX_RAMFS_H
2 #define __LUNAIX_RAMFS_H
3
4 void
5 ramfs_init();
6
7 #endif /* __LUNAIX_RAMFS_H */