git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'interrupt-rework' into prog-loader
[lunaix-os.git]
/
lunaix-os
/
usr
/
includes
/
sys
/
lxdirent.h
1
#ifndef __LUNAIX_SYS_LXDIRENT_H
2
#define __LUNAIX_SYS_LXDIRENT_H
3
4
#include <sys/dirent_defs.h>
5
6
int
7
sys_readdir(int fd, struct lx_dirent* dirent);
8
9
#endif /* __LUNAIX_DIRENT_H */