Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[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 */