summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-12-12 22:29:02 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-12-12 22:29:02 +0000
commit5f740e74b9e2f27b2f3d500c75d9b4986a0a53ae (patch)
tree949b3db0333eb77755db60fbd212f1062a3ca28d /mdk-stage1/probing.h
parentb8a6765874054e3f3966896a8763f7352d9ff8f1 (diff)
downloaddrakx-5f740e74b9e2f27b2f3d500c75d9b4986a0a53ae.tar
drakx-5f740e74b9e2f27b2f3d500c75d9b4986a0a53ae.tar.gz
drakx-5f740e74b9e2f27b2f3d500c75d9b4986a0a53ae.tar.bz2
drakx-5f740e74b9e2f27b2f3d500c75d9b4986a0a53ae.tar.xz
drakx-5f740e74b9e2f27b2f3d500c75d9b4986a0a53ae.zip
network devices detection and insmod on user input
Diffstat (limited to 'mdk-stage1/probing.h')
-rw-r--r--mdk-stage1/probing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/probing.h b/mdk-stage1/probing.h
index 4d29eabca..42ea2f986 100644
--- a/mdk-stage1/probing.h
+++ b/mdk-stage1/probing.h
@@ -40,6 +40,7 @@ enum driver_type { SCSI_ADAPTERS, NETWORK_DEVICES };
void pci_probing(enum driver_type type);
void get_medias(enum media_type media, char *** names, char *** models);
+char ** get_net_devices(void);
#endif