From 897bd990f9e5ef1be358172c6804d49ffe7c453c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 4 Oct 2023 00:58:57 -0600 Subject: demo: implement run, halt cmds --- demo/demo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demo/demo.h') diff --git a/demo/demo.h b/demo/demo.h index 28677f6..5cf41da 100644 --- a/demo/demo.h +++ b/demo/demo.h @@ -35,4 +35,6 @@ void halt_cpus(unsigned mask); int strcmp(const char *s1, const char *s2); char *strtok_input(char **tokens); +int parse_cpu_mask(char **tokens, unsigned *mask); + #endif -- cgit v1.2.3