From ef805e9373fd946bf1fe667bf18a54dfed6d1045 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sat, 23 Jul 2022 22:53:47 +0200 Subject: kernel: add basic modules: arch, mem, rt --- rt/rt.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rt/rt.h (limited to 'rt/rt.h') 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 -- cgit v1.2.3