Second Extended Filesystem (ext2) and other improvements (#33)
[lunaix-os.git] / lunaix-os / includes / usr / lunaix / lxdirent.h
1 #ifndef __LUNAIX_SYS_LXDIRENT_H
2 #define __LUNAIX_SYS_LXDIRENT_H
3
4 #include <lunaix/dirent_defs.h>
5
6 int sys_readdir(int fd, struct lx_dirent* dirent);
7
8 #endif /* __LUNAIX_DIRENT_H */