diff options
author | Christian Cunningham <cc@localhost> | 2021-12-04 17:09:22 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-12-04 17:09:22 -0700 |
commit | 1c6cd8e1ea53275cc44b2a0ee5a8448cbc4a3f0d (patch) | |
tree | 8ba9eed6acebbd0940898e5c46b35caed7e03792 /src/cpu/irq.h | |
parent | 0ee2aaaa26441e37ed27e6c83cf9b65202596a4e (diff) |
Restructured project
Diffstat (limited to 'src/cpu/irq.h')
-rw-r--r-- | src/cpu/irq.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/irq.h b/src/cpu/irq.h new file mode 100644 index 0000000..f0a2656 --- /dev/null +++ b/src/cpu/irq.h @@ -0,0 +1,6 @@ +#ifndef IRQ_H +#define IRQ_H + +void c_irq_handler(void); + +#endif |