summaryrefslogtreecommitdiff
path: root/lib/vbexport/boot_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vbexport/boot_device.h')
-rw-r--r--lib/vbexport/boot_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vbexport/boot_device.h b/lib/vbexport/boot_device.h
index f32fe1a6ec..1a0a69480a 100644
--- a/lib/vbexport/boot_device.h
+++ b/lib/vbexport/boot_device.h
@@ -66,6 +66,7 @@ int boot_device_matches(const block_dev_desc_t *dev, uint32_t disk_flags,
int boot_device_usb_probe(void);
int boot_device_mmc_probe(void);
int boot_device_ide_probe(void);
+int boot_device_scsi_probe(void);
/**
* Register all the available boot devices.