diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-04 00:58:57 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-04 00:58:57 -0600 |
| commit | 897bd990f9e5ef1be358172c6804d49ffe7c453c (patch) | |
| tree | c8ec072fff033aab81aff61fe9238db39d82740d /demo/demo.h | |
| parent | b3555efa723d0b7101ea6989dc04492eca6b8745 (diff) | |
demo: implement run, halt cmds
Diffstat (limited to 'demo/demo.h')
| -rw-r--r-- | demo/demo.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
