e comprehensible and rewrite-friendly software → More resilient society.
46bb1d31 ^
1 2 3 4 5 6 7 8 9 10 11
#ifndef DEVFS_H #define DEVFS_H #include "device.h" #include "fs.h" #include "common.h" void initializeDevFS(); FileSystemNode* registerDevice(Device* device); #endif // DEVFS_H