git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
54334d3ca3f6dc3085c55c26b9fe623bd71ed712
[lunaix-os.git]
/
lunaix-os
/
includes
/
usr
/
sys
/
dirent.h
1
#ifndef __LUNAIX_SYS_DIRENT_H
2
#define __LUNAIX_SYS_DIRENT_H
3
4
#include <usr/sys/dirent_defs.h>
5
6
int
7
sys_readdir(int fd, struct lx_dirent* dirent);
8
9
#endif /* __LUNAIX_DIRENT_H */