diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-29 18:47:16 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-29 18:49:28 +0200 |
| commit | 4e5595a089c815febd7a0d42ab62940bf13f73ac (patch) | |
| tree | 322f35d9315e9966de8a66052811858df0144085 /include/apos/irq.h | |
| parent | a12e50e5a7dae52ed8bd5a24cc6576371e20985b (diff) | |
| download | kmi-4e5595a089c815febd7a0d42ab62940bf13f73ac.tar.gz kmi-4e5595a089c815febd7a0d42ab62940bf13f73ac.zip | |
Preparations for refactoring
Diffstat (limited to 'include/apos/irq.h')
| -rw-r--r-- | include/apos/irq.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/apos/irq.h b/include/apos/irq.h new file mode 100644 index 0000000..958b25f --- /dev/null +++ b/include/apos/irq.h @@ -0,0 +1,7 @@ +#ifndef APOS_IRQ_H +#define APOS_IRQ_H + +void enable_irq(); +void disable_irq(); + +#endif /* APOS_IRQ_H */ |
