Index: uspace/lib/drv/include/driver.h
===================================================================
--- uspace/lib/drv/include/driver.h	(revision 0b5a41318bb6a61d594dc8dff3453b5d212638ba)
+++ uspace/lib/drv/include/driver.h	(revision 703d19c8d62d968e9d876fba84d87563a7a18da4)
@@ -199,4 +199,5 @@
 
 int child_device_register(device_t *, device_t *);
+int child_device_register_wrapper(device_t *, const char *, const char *, int);
 
 
