Added prototype for probe_for_device_type().

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10832 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-01-18 16:13:27 +00:00
parent 339a06ca55
commit 321231a056

View File

@ -52,6 +52,7 @@ struct kernel_args;
extern "C" {
#endif
extern status_t probe_for_device_type(const char *type);
extern status_t device_manager_init(struct kernel_args *args);
#ifdef __cplusplus