aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-05-10 15:51:40 -0400
committerKevin O'Connor <kevin@koconnor.net>2014-06-04 11:06:58 -0400
commitc029a912d39f82cefc305800b49c933f1789faee (patch)
tree10811cc7eca9e7e0e34405960ecab74030d780f7 /src/util.h
parent02f7676421af87f59e0b8e039fb7f13aaecd0b2b (diff)
downloadseabios-hppa-c029a912d39f82cefc305800b49c933f1789faee.zip
seabios-hppa-c029a912d39f82cefc305800b49c933f1789faee.tar.gz
seabios-hppa-c029a912d39f82cefc305800b49c933f1789faee.tar.bz2
Move cdemu call interface and disk_ret helper code to disk.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, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 74b58f4..493d01d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -49,7 +49,6 @@ extern struct drive_s *cdemu_drive_gf;
struct disk_op_s;
int process_cdemu_op(struct disk_op_s *op);
void cdrom_prepboot(void);
-void cdemu_134b(struct bregs *regs);
int cdrom_boot(struct drive_s *drive_g);
// clock.c