refactor: replace all stdint::uint32_t into short and more manageable u32_t
[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 */