summaryrefslogtreecommitdiff
path: root/users/_example/_example.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/_example/_example.h')
-rw-r--r--users/_example/_example.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/_example/_example.h b/users/_example/_example.h
new file mode 100644
index 000000000..f7c799025
--- /dev/null
+++ b/users/_example/_example.h
@@ -0,0 +1,8 @@
+#ifndef USERSPACE
+#define USERSPACE
+
+#include "quantum.h"
+
+void my_custom_function(void);
+
+#endif \ No newline at end of file