From 63eda05b692c6d765dc391e5c46fd752ffd670f7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 4 Apr 2005 18:44:14 +0000 Subject: allow to keep track of orphan devices (no module available) --- mdk-stage1/probing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/probing.h') 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 -- cgit v1.2.1