Fix build error by adding -fno-stack-protector to CFLAGS in usr/LBuild (#63)
[lunaix-os.git] / lunaix-os / includes / lunaix / fs / devfs.h
1 #ifndef __LUNAIX_DEVFS_H
2 #define __LUNAIX_DEVFS_H
3
4 void
5 devfs_init();
6
7 #endif /* __LUNAIX_DEVFS_H */