aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-01-01 13:03:17 -0500
committerKevin O'Connor <kevin@koconnor.net>2010-01-01 13:03:17 -0500
commitc003148bb390f928acdc76ad77d787aa0e476013 (patch)
tree1795eafa3f5c7e138370b843e8214eb5983136cb /src/util.h
parent5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6 (diff)
downloadseabios-hppa-c003148bb390f928acdc76ad77d787aa0e476013.zip
seabios-hppa-c003148bb390f928acdc76ad77d787aa0e476013.tar.gz
seabios-hppa-c003148bb390f928acdc76ad77d787aa0e476013.tar.bz2
Implement native 32bit APM support.
Add APM code to 32bit segmented code. Use 32bit APM code instead of jumping into 16bit mode.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 7117fa5..f4593ae 100644
--- a/src/util.h
+++ b/src/util.h
@@ -264,7 +264,7 @@ void useRTC();
void releaseRTC();
// apm.c
-void VISIBLE16 handle_1553(struct bregs *regs);
+void handle_1553(struct bregs *regs);
// pcibios.c
void handle_1ab1(struct bregs *regs);