aboutsummaryrefslogtreecommitdiff
path: root/include/apos/cpu.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 16:32:05 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 16:32:05 +0200
commitbe78fcb0acc665d4db8edb9cda53f6863d27dd85 (patch)
treee9e33e9e48983f630098eedd3d931edbe86e4410 /include/apos/cpu.h
parent9cc125fb3cfdc2c8ae7153b5ae0fe705980835fb (diff)
downloadkmi-be78fcb0acc665d4db8edb9cda53f6863d27dd85.tar.gz
kmi-be78fcb0acc665d4db8edb9cda53f6863d27dd85.zip
Improved header dependency tree
Diffstat (limited to 'include/apos/cpu.h')
-rw-r--r--include/apos/cpu.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/apos/cpu.h b/include/apos/cpu.h
deleted file mode 100644
index 81fb07e..0000000
--- a/include/apos/cpu.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef APOS_CPU_H
-#define APOS_CPU_H
-
-#include <apos/tcb.h>
-
-id_t cpu_id();
-/* TODO: add more cpu handling functions */
-
-#endif /* APOS_CPU_H */