summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.h
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-04-04 18:44:14 +0000
committerOlivier Blin <oblin@mandriva.org>2005-04-04 18:44:14 +0000
commit63eda05b692c6d765dc391e5c46fd752ffd670f7 (patch)
treec7bede44b9ef14e1e67fa46717cba12cf9a807bb /mdk-stage1/probing.h
parent655a30be164be23e37d040ba7d96ff00dbec4f0e (diff)
downloaddrakx-backup-do-not-use-63eda05b692c6d765dc391e5c46fd752ffd670f7.tar
drakx-backup-do-not-use-63eda05b692c6d765dc391e5c46fd752ffd670f7.tar.gz
drakx-backup-do-not-use-63eda05b692c6d765dc391e5c46fd752ffd670f7.tar.bz2
drakx-backup-do-not-use-63eda05b692c6d765dc391e5c46fd752ffd670f7.tar.xz
drakx-backup-do-not-use-63eda05b692c6d765dc391e5c46fd752ffd670f7.zip
allow to keep track of orphan devices (no module available)
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 5dbaf48db..4f72a9269 100644
--- a/mdk-stage1/probing.h
+++ b/mdk-stage1/probing.h
@@ -34,5 +34,6 @@ void net_discovered_interface(char * intf_name);
char * get_net_intf_description(char * intf_name);
void prepare_intf_descr(const char * intf_descr);
void probe_that_type(enum driver_type type, enum media_bus bus);
+int exists_orphan_device(char *driver);
#endif