diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-29 18:47:16 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-29 18:49:28 +0200 |
| commit | 4e5595a089c815febd7a0d42ab62940bf13f73ac (patch) | |
| tree | 322f35d9315e9966de8a66052811858df0144085 /include/apos/cpu.h | |
| parent | a12e50e5a7dae52ed8bd5a24cc6576371e20985b (diff) | |
| download | kmi-4e5595a089c815febd7a0d42ab62940bf13f73ac.tar.gz kmi-4e5595a089c815febd7a0d42ab62940bf13f73ac.zip | |
Preparations for refactoring
Diffstat (limited to 'include/apos/cpu.h')
| -rw-r--r-- | include/apos/cpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/apos/cpu.h b/include/apos/cpu.h index a55fbad..81fb07e 100644 --- a/include/apos/cpu.h +++ b/include/apos/cpu.h @@ -1,7 +1,9 @@ #ifndef APOS_CPU_H #define APOS_CPU_H -unsigned cpu_id(); +#include <apos/tcb.h> + +id_t cpu_id(); /* TODO: add more cpu handling functions */ #endif /* APOS_CPU_H */ |
