summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-09-21 09:35:03 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-10-05 13:28:27 +0200
commit14221cd86eadba82255fdc55ed174d401c7a0a04 (patch)
tree7dc392debe12c18dd1649b63cb02bc4e1a41fc27 /src/util.h
parentbf8e4f902c3608f9e76bba3710812e51560a2ccc (diff)
downloadqemu-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 7a23b51..6dd080f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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);