aboutsummaryrefslogtreecommitdiff
path: root/src/serial.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-03-05 21:09:59 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-03-05 21:09:59 -0500
commit19786767cff71f52950c2902c2e3e93545c06a86 (patch)
tree9f0d188604667dfa937fb024e5f87313deeb679e /src/serial.c
parenta75284dbd70acc7ec4a832045c8a2fbec2d773d8 (diff)
downloadseabios-hppa-19786767cff71f52950c2902c2e3e93545c06a86.zip
seabios-hppa-19786767cff71f52950c2902c2e3e93545c06a86.tar.gz
seabios-hppa-19786767cff71f52950c2902c2e3e93545c06a86.tar.bz2
Rename VISIBLE macro for better control.
VISIBLE16 is used to mark functions externally available in 16bit code. VISIBLE32 is for 32bit functions.
Diffstat (limited to 'src/serial.c')
-rw-r--r--src/serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serial.c b/src/serial.c
index 63d1766..e6cb052 100644
--- a/src/serial.c
+++ b/src/serial.c
@@ -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);