Kernel/x86 - Disabled task tracing
[tpg/acess2.git] / Kernel / arch / x86 / irq.c
index e08f1ba..381b157 100644 (file)
@@ -11,6 +11,9 @@
 // === TYPES ===
 typedef void (*tIRQ_Callback)(int);
 
+// === PROTOTYPES ===
+void   IRQ_Handler(tRegs *Regs);
+
 // === GLOBALS ===
 tIRQ_Callback  gIRQ_Handlers[16][MAX_CALLBACKS_PER_IRQ];
 

UCC git Repository :: git.ucc.asn.au