mirror of
https://github.com/drasko/codezero.git
synced 2026-02-04 14:03:16 +01:00
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:
@@ -3,5 +3,6 @@
|
||||
|
||||
int shmtest(void);
|
||||
int mmaptest(void);
|
||||
int dirtest(void);
|
||||
|
||||
#endif /* __TEST0_TESTS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user