summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-06 23:29:29 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-06 23:29:29 +0000
commitadb289a23d9cec1ed29877d58614e33246fe20ba (patch)
tree31a332d36dc3027d1bf329375e0308c981df2eb3 /mdk-stage1/probing.h
parentb5c67c303ce0b7b3640272d429b31b24574d58fb (diff)
downloaddrakx-adb289a23d9cec1ed29877d58614e33246fe20ba.tar
drakx-adb289a23d9cec1ed29877d58614e33246fe20ba.tar.gz
drakx-adb289a23d9cec1ed29877d58614e33246fe20ba.tar.bz2
drakx-adb289a23d9cec1ed29877d58614e33246fe20ba.tar.xz
drakx-adb289a23d9cec1ed29877d58614e33246fe20ba.zip
uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf (scsi, net, modules options)
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);