summaryrefslogtreecommitdiff
path: root/sys/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/inc')
-rw-r--r--sys/inc/mu/cpu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/inc/mu/cpu.h b/sys/inc/mu/cpu.h
index 05637f5..d123f43 100644
--- a/sys/inc/mu/cpu.h
+++ b/sys/inc/mu/cpu.h
@@ -56,6 +56,11 @@ struct cpu_info *cpu_self(void);
struct cpu_info *cpu_get(uint32_t index);
/*
+ * Get the number of processors
+ */
+size_t cpu_count(void);
+
+/*
* Configure a processor core
*/
void cpu_conf(struct cpu_info *ci);