summaryrefslogtreecommitdiff
path: root/rt/rt.h
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-07-23 22:53:47 +0200
committerAlejandro Sior <aho@sior.be>2022-07-23 22:53:47 +0200
commitef805e9373fd946bf1fe667bf18a54dfed6d1045 (patch)
tree7762f9574bbd56c502d4dbba1a9d5f3535035211 /rt/rt.h
kernel: add basic modules: arch, mem, rt
Diffstat (limited to 'rt/rt.h')
-rw-r--r--rt/rt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rt/rt.h b/rt/rt.h
new file mode 100644
index 0000000..c3670d5
--- /dev/null
+++ b/rt/rt.h
@@ -0,0 +1,8 @@
+#ifndef RT_RT_H
+#define RT_RT_H
+
+#include "assert.h"
+#include "stdint.h"
+#include "stddef.h"
+
+#endif \ No newline at end of file