summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-02-07 20:18:21 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-02-07 20:18:21 +0000
commit13e551b64c1c3cd1c6a2025dd9328f908b9f3f39 (patch)
treeb61c877d6c93222ced93769aa9845a73d51d0fea /mdk-stage1/probing.h
parent57f0c1abdba4b36f2b29477643873b606e17feb2 (diff)
downloaddrakx-13e551b64c1c3cd1c6a2025dd9328f908b9f3f39.tar
drakx-13e551b64c1c3cd1c6a2025dd9328f908b9f3f39.tar.gz
drakx-13e551b64c1c3cd1c6a2025dd9328f908b9f3f39.tar.bz2
drakx-13e551b64c1c3cd1c6a2025dd9328f908b9f3f39.tar.xz
drakx-13e551b64c1c3cd1c6a2025dd9328f908b9f3f39.zip
- use description of network cards when you have to select between interfaces; has accuracy even in the case of multiple interface for a given kernel module
- write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE)
Diffstat (limited to 'mdk-stage1/probing.h')
-rw-r--r--mdk-stage1/probing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdk-stage1/probing.h b/mdk-stage1/probing.h
index ecafa0e0a..ea618b7b1 100644
--- a/mdk-stage1/probing.h
+++ b/mdk-stage1/probing.h
@@ -28,6 +28,9 @@ enum driver_type { SCSI_ADAPTERS, NETWORK_DEVICES, ANY_DRIVER_TYPE };
void get_medias(enum media_type media, char *** names, char *** models);
char ** get_net_devices(void);
+void net_discovered_interface(char * intf_name);
+char * get_net_intf_description(char * intf_name);
+void prepare_intf_descr(const char * intf_descr);
#endif