Files
codezero/tasks/test0/include/tests.h
Bahadir Balban fd787479c3 Fixed minor faults during close path.
FIXME:
write/close/open/read sequence does not read the initially written data.
Investigate.
2008-05-23 05:42:26 +00:00

13 lines
212 B
C

#ifndef __TEST0_TESTS_H__
#define __TEST0_TESTS_H__
#define __TASKNAME__ "test0"
int shmtest(void);
int mmaptest(void);
int dirtest(void);
int fileio(void);
int fileio2(void);
#endif /* __TEST0_TESTS_H__ */