From 4e5595a089c815febd7a0d42ab62940bf13f73ac Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 29 Dec 2021 18:47:16 +0200 Subject: Preparations for refactoring --- include/apos/irq.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/apos/irq.h (limited to 'include/apos/irq.h') 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 */ -- cgit v1.3