Added test code for testing of directory listing.

Added system call prototypes and posix glue for reading a directory.

TODO:
FS0 should implement the L4_IPC_TAG_READDIR ipc call.
This commit is contained in:
Bahadir Balban
2008-02-12 19:09:46 +00:00
parent 86dfd6a753
commit 193430d226
5 changed files with 210 additions and 12 deletions

View File

@@ -3,5 +3,6 @@
int shmtest(void);
int mmaptest(void);
int dirtest(void);
#endif /* __TEST0_TESTS_H__ */