From e7b8a60660d1e8380e73952742de796a6b1e3528 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 5 Apr 2022 17:16:59 -0700 Subject: Move declaration to header --- include/usr/test.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/usr/test.h (limited to 'include') 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 -- cgit v1.2.1