Rename VISIBLE macro for better control.
[seabios.git] / src / serial.c
index 63d17666fd88adf4b162c92a769d029174ff4abf..e6cb0523d50eea9bb420dd15f04f2a5357b69d84 100644 (file)
@@ -113,7 +113,7 @@ handle_14XX(struct bregs *regs)
 }
 
 // INT 14h Serial Communications Service Entry Point
-void VISIBLE
+void VISIBLE16
 handle_14(struct bregs *regs)
 {
     debug_enter(regs);
@@ -215,7 +215,7 @@ handle_17XX(struct bregs *regs)
 }
 
 // INT17h : Printer Service Entry Point
-void VISIBLE
+void VISIBLE16
 handle_17(struct bregs *regs)
 {
     debug_enter(regs);