diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2014-05-24 10:40:35 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2014-06-04 11:06:58 -0400 |
commit | ca34ce5aaa358f096c5ef968833b32dab90ddcdf (patch) | |
tree | 417f7e9ce53ec58f2466404795ab06a08f86c4f8 /src/util.h | |
parent | e9eaaaf6ee0177f9c0b8bb912853834667e1c492 (diff) | |
download | seabios-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |