diff options
Diffstat (limited to 'include/usr/test.h')
-rw-r--r-- | include/usr/test.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/usr/test.h b/include/usr/test.h new file mode 100644 index 0000000..582c06f --- /dev/null +++ b/include/usr/test.h @@ -0,0 +1,8 @@ +#ifndef USR_TEST_H +#define USR_TEST_H + +void delaytest(void); +void gptest(void); +void test_super(void); + +#endif
\ No newline at end of file |