From 5fc386102380e6c15c81df4fd750f54641535eaa Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Tue, 15 Feb 2022 15:00:53 +0000 Subject: beginning to things out into cpu-dependent and cpu-independent code --- kc/core/cpu/irq.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kc/core/cpu/irq.h') diff --git a/kc/core/cpu/irq.h b/kc/core/cpu/irq.h index 9874761..9734860 100644 --- a/kc/core/cpu/irq.h +++ b/kc/core/cpu/irq.h @@ -3,6 +3,10 @@ #include "interrupt.h" #ifndef __ASSEMBLER__ + +void irq_lock(void); +void irq_unlock(void); + #else .macro IRQ_DECLARE name:req handler:req, irq:req, offset:req -- cgit v1.3.1-1-g115d