aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-07-24 13:17:38 -0400
committerKevin O'Connor <kevin@koconnor.net>2015-07-24 13:17:38 -0400
commit8c76bd6811d5a4ccbc7a5863f7842818eb1c2373 (patch)
tree1ca36924e5297427a8c7934badd127433216c37d /src/util.h
parent7dbadfc5af7bdc54db701a6d61a28d37e29db7fe (diff)
downloadseabios-hppa-8c76bd6811d5a4ccbc7a5863f7842818eb1c2373.zip
seabios-hppa-8c76bd6811d5a4ccbc7a5863f7842818eb1c2373.tar.gz
seabios-hppa-8c76bd6811d5a4ccbc7a5863f7842818eb1c2373.tar.bz2
Minor - move declaration of CDRom_locks to code that uses it
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index cea844f..8ea0ba0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -43,7 +43,6 @@ void enable_bootsplash(void);
void disable_bootsplash(void);
// cdrom.c
-extern u8 CDRom_locks[];
extern struct eltorito_s CDEmu;
extern struct drive_s *cdemu_drive_gf;
struct disk_op_s;