mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
8 lines
124 B
C
8 lines
124 B
C
#ifndef __TEST0_TESTS_H__
|
|
#define __TEST0_TESTS_H__
|
|
|
|
int shmtest(void);
|
|
int mmaptest(void);
|
|
|
|
#endif /* __TEST0_TESTS_H__ */
|