From 5c53c0cbc512193d62f3e80c1a0fabcb3da8c8a8 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Tue, 31 Oct 2023 08:36:04 +0100 Subject: parisc: Avoid compiler warning for handle_16() Signed-off-by: Helge Deller --- src/parisc/lasips2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parisc/lasips2.c b/src/parisc/lasips2.c index a7bb9fe..b7d0083 100644 --- a/src/parisc/lasips2.c +++ b/src/parisc/lasips2.c @@ -26,6 +26,7 @@ int lasips2_kbd_in(char *c, int max) } while(count < max) { + extern void VISIBLE16 handle_16(struct bregs *regs); // check if some key is queued up already regs.ah = 0x11; regs.flags = 0; -- cgit v1.1