aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-15 12:18:18 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-18 14:58:37 +0100
commitacc70aa8d175b62847dc9a43db56e47011d24ec3 (patch)
treec355e2cc4576ffaa0ef63030eb964c23aadc8291 /src/util.h
parent48f7843e3021162a66fed91ddc0809446a679be0 (diff)
downloadseabios-hppa-acc70aa8d175b62847dc9a43db56e47011d24ec3.zip
seabios-hppa-acc70aa8d175b62847dc9a43db56e47011d24ec3.tar.gz
seabios-hppa-acc70aa8d175b62847dc9a43db56e47011d24ec3.tar.bz2
Revert "geometry: Add boot_lchs_find_*() utility functions"
This reverts commit ad2910949b1886deba24f574cee76cdc75e7cabe.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util.h b/src/util.h
index b173fa8..e2afc80 100644
--- a/src/util.h
+++ b/src/util.h
@@ -38,12 +38,6 @@ struct usbdevice_s;
int bootprio_find_usb(struct usbdevice_s *usbdev, int lun);
int get_keystroke_full(int msec);
int get_keystroke(int msec);
-struct chs_s;
-int boot_lchs_find_pci_device(struct pci_device *pci, struct chs_s *chs);
-int boot_lchs_find_scsi_device(struct pci_device *pci, int target, int lun,
- struct chs_s *chs);
-int boot_lchs_find_ata_device(struct pci_device *pci, int chanid, int slave,
- struct chs_s *chs);
// bootsplash.c
void enable_vga_console(void);