aboutsummaryrefslogtreecommitdiff
path: root/apps/test/test.h
diff options
context:
space:
mode:
authorMarvin Borner2021-04-24 22:44:13 +0200
committerMarvin Borner2021-04-24 22:44:13 +0200
commitcd46cefdd74b9ad0b225706f4d4b5864e87d97d6 (patch)
treebb52639e3b75d346447ddb6a709a875a099a190f /apps/test/test.h
parent5c708d6c25321a2ea7a985e6f9f8b2a5ed84c74f (diff)
Started syscall fuzzer
Diffstat (limited to 'apps/test/test.h')
-rw-r--r--apps/test/test.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/test/test.h b/apps/test/test.h
new file mode 100644
index 0000000..0c2305c
--- /dev/null
+++ b/apps/test/test.h
@@ -0,0 +1,8 @@
+// MIT License, Copyright (c) 2021 Marvin Borner
+
+#ifndef TEST_H
+#define TEST_H
+
+void fuzz(void);
+
+#endif