summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/probing.h')
-rw-r--r--mdk-stage1/probing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.h b/mdk-stage1/probing.h
index 98b5a75f1..cb01d4fa6 100644
--- a/mdk-stage1/probing.h
+++ b/mdk-stage1/probing.h
@@ -35,7 +35,7 @@ struct media_info {
enum media_query_type { QUERY_NAME, QUERY_MODEL };
-enum driver_type { SCSI_ADAPTERS, NETWORK_DEVICES };
+enum driver_type { SCSI_ADAPTERS, NETWORK_DEVICES, ANY_DRIVER_TYPE };
void probe_that_type(enum driver_type type);