aboutsummaryrefslogtreecommitdiff
path: root/include/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel.h')
-rw-r--r--include/kernel.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/kernel.h b/include/kernel.h
new file mode 100644
index 0000000..ac5c35d
--- /dev/null
+++ b/include/kernel.h
@@ -0,0 +1,11 @@
+#ifndef KERNEL_H
+#define KERNEL_H
+
+#include "globals.h"
+#include "types.h"
+
+// forward declarations
+struct MajData;
+
+// function declarations
+