1 2 3 4 5 6 7 8
#ifndef ROOTFS_H #define ROOTFS_H #include "fs.h" FileSystemNode* initializeRootFS(); #endif // ROOTFS_H