summaryrefslogtreecommitdiff
path: root/kernel/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/types.h')
-rw-r--r--kernel/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/types.h b/kernel/types.h
new file mode 100644
index 0000000..30abb43
--- /dev/null
+++ b/kernel/types.h
@@ -0,0 +1,3 @@
+#include <stdint.h>
+
+typedef uint32_t physical_address;