From 4e5595a089c815febd7a0d42ab62940bf13f73ac Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 29 Dec 2021 18:47:16 +0200 Subject: Preparations for refactoring --- include/apos/cpu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/apos/cpu.h') 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 + +id_t cpu_id(); /* TODO: add more cpu handling functions */ #endif /* APOS_CPU_H */ -- cgit v1.3