aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-05-24 10:40:35 -0400
committerKevin O'Connor <kevin@koconnor.net>2014-06-04 11:06:58 -0400
commitca34ce5aaa358f096c5ef968833b32dab90ddcdf (patch)
tree417f7e9ce53ec58f2466404795ab06a08f86c4f8 /src/util.h
parente9eaaaf6ee0177f9c0b8bb912853834667e1c492 (diff)
downloadseabios-ca34ce5aaa358f096c5ef968833b32dab90ddcdf.tar.gz
Move most of the VAR16FIXED() defs to misc.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index e7c9ff9b..8b078e84 100644
--- a/src/util.h
+++ b/src/util.h
@@ -176,6 +176,7 @@ void process_key(u8 key);
// misc.c
extern struct bios_config_table_s BIOS_CONFIG_TABLE __aligned(1);
+extern struct floppy_dbt_s diskette_param_table __aligned(1);
extern u8 BiosChecksum;
int in_post(void);
void mathcp_setup(void);