diff options
Diffstat (limited to 'include/arch/cpu.h')
| -rw-r--r-- | include/arch/cpu.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/arch/cpu.h b/include/arch/cpu.h new file mode 100644 index 0000000..c53a4d6 --- /dev/null +++ b/include/arch/cpu.h @@ -0,0 +1,10 @@ +#ifndef APOS_CPU_H +#define APOS_CPU_H + +#include <apos/types.h> +#include <cpu.h> + +id_t cpu_id(); +/* TODO: add more cpu handling functions */ + +#endif /* APOS_CPU_H */ |
