aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-05 17:16:59 -0700
committerChristian Cunningham <cc@localhost>2022-04-05 17:16:59 -0700
commite7b8a60660d1e8380e73952742de796a6b1e3528 (patch)
tree45df74331d9914d6b4b1c58681e32058c290ac95 /include
parent2f639629c22a6a5fc47d2c7f2135f46dd04c43ea (diff)
Move declaration to header
Diffstat (limited to 'include')
-rw-r--r--include/usr/test.h8
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