From 4f4d9fdc89c27aa3346467a24b621954f4564d3b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 29 Dec 2021 23:23:36 +0200 Subject: Refactoring + Mainly just moving stuff out or arch/riscv/ that should be handled in common/ + Prepared separate process stack/call stack for server callbacks, rest to be implemeted soon ish --- include/apos/irq.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/apos/irq.h') diff --git a/include/apos/irq.h b/include/apos/irq.h index 958b25f..3ce6556 100644 --- a/include/apos/irq.h +++ b/include/apos/irq.h @@ -1,6 +1,8 @@ #ifndef APOS_IRQ_H #define APOS_IRQ_H +void init_irq(void *fdt); +void handle_irq(); void enable_irq(); void disable_irq(); -- cgit v1.3