fix: previous interrupt context lost after a nested interrupt
[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 */