diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2014-05-10 15:51:40 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2014-06-04 11:06:58 -0400 |
commit | c029a912d39f82cefc305800b49c933f1789faee (patch) | |
tree | 10811cc7eca9e7e0e34405960ecab74030d780f7 /src/util.h | |
parent | 02f7676421af87f59e0b8e039fb7f13aaecd0b2b (diff) | |
download | seabios-c029a912d39f82cefc305800b49c933f1789faee.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |