diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-09-21 09:35:03 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-10-05 13:28:27 +0200 |
commit | 14221cd86eadba82255fdc55ed174d401c7a0a04 (patch) | |
tree | 7dc392debe12c18dd1649b63cb02bc4e1a41fc27 /src/util.h | |
parent | bf8e4f902c3608f9e76bba3710812e51560a2ccc (diff) | |
download | seabios-14221cd86eadba82255fdc55ed174d401c7a0a04.tar.gz |
pretty boot menu entry for cdrom drives
Show the volume label of bootable cdroms.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ struct disk_op_s; int cdemu_process_op(struct disk_op_s *op); void cdrom_prepboot(void); int cdrom_boot(struct drive_s *drive_g); +char *cdrom_media_info(struct drive_s *drive_g); // clock.c void clock_setup(void); |