mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 19:33:15 +01:00
12 lines
193 B
C
12 lines
193 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);
|
|
|
|
#endif /* __TEST0_TESTS_H__ */
|