summaryrefslogtreecommitdiff
path: root/demo/demo.h
diff options
context:
space:
mode:
Diffstat (limited to 'demo/demo.h')
-rw-r--r--demo/demo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/demo.h b/demo/demo.h
index 5ffd4cd..d8b9da6 100644
--- a/demo/demo.h
+++ b/demo/demo.h
@@ -27,6 +27,7 @@ void console_init(void);
void print(const char *fmt, ...);
void read_line(char *buf, unsigned size);
+int cpu_is_alive(unsigned num);
void run_cpu(unsigned num);
void run_cpus(unsigned mask);
void halt_cpu(unsigned num);