X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86_64%2Flib.c;h=b35db69cdc707681b838bfda15eccdf6ad343397;hb=2b339e917d778c76b249457bcb66c4fb0007c495;hp=cbcf769fc6c84bee1262a517800515d1aaca16af;hpb=50e4e842d87975295f0b4cc9989cca9372a439e8;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86_64/lib.c b/KernelLand/Kernel/arch/x86_64/lib.c index cbcf769f..b35db69c 100644 --- a/KernelLand/Kernel/arch/x86_64/lib.c +++ b/KernelLand/Kernel/arch/x86_64/lib.c @@ -20,6 +20,7 @@ extern void *Proc_GetCurThread(void); // === PROTOTYPEs === int putDebugChar(char ch); +void Debug_SerialIRQHandler(int irq, void *unused); // === CODE === /**