summaryrefslogtreecommitdiff
path: root/kernel/types.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-02 08:28:18 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-02 08:28:18 +0100
commitb4e8da9b6e43366eaa7198f349ce30421c1d7bf1 (patch)
treea0378243e934002e9b4a74fc8321ba46da1dbf38 /kernel/types.h
parentde8c758de78cd7091f80b582cf706fc441f6ca72 (diff)
little cleanup
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;