diff options
Diffstat (limited to 'include/apos/cpu.h')
| -rw-r--r-- | include/apos/cpu.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 */ |
