diff options
Diffstat (limited to 'inc/cpu.h')
-rw-r--r-- | inc/cpu.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/cpu.h b/inc/cpu.h new file mode 100644 index 0000000..fcbb57f --- /dev/null +++ b/inc/cpu.h @@ -0,0 +1,8 @@ +#ifndef CPU_H +#define CPU_H + +int cpu_init(void); +void cpu_run(void); +void cpu_destroy(void); + +#endif |