summaryrefslogtreecommitdiffstats
path: root/include/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/init.h')
-rw-r--r--include/init.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h
new file mode 100644
index 0000000..aa722b1
--- /dev/null
+++ b/include/init.h
@@ -0,0 +1,10 @@
+#ifndef _JOVE_INIT_H
+#define _JOVE_INIT_H 1
+
+#ifdef __x86_64__
+
+#endif
+
+void init_load(void);
+
+#endif