From a12e50e5a7dae52ed8bd5a24cc6576371e20985b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 27 Dec 2021 20:40:44 +0200 Subject: Started work on syscalls --- include/apos/cpu.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/apos/cpu.h (limited to 'include/apos/cpu.h') diff --git a/include/apos/cpu.h b/include/apos/cpu.h new file mode 100644 index 0000000..a55fbad --- /dev/null +++ b/include/apos/cpu.h @@ -0,0 +1,7 @@ +#ifndef APOS_CPU_H +#define APOS_CPU_H + +unsigned cpu_id(); +/* TODO: add more cpu handling functions */ + +#endif /* APOS_CPU_H */ -- cgit v1.3