Index: uspace/lib/drv/include/usbhc_iface.h
===================================================================
--- uspace/lib/drv/include/usbhc_iface.h	(revision eeca8a6576e862d2b94e31531749315d4d938507)
+++ uspace/lib/drv/include/usbhc_iface.h	(revision 5dab9ef0eac60d28c2266de9c442a55ca7f6b721)
@@ -99,6 +99,5 @@
 /** USB device communication interface. */
 typedef struct {
-	int (*reserve_default_address)(ddf_fun_t *);
-	int (*release_default_address)(ddf_fun_t *);
+	int (*default_address_reservation)(ddf_fun_t *, bool);
 
 	int (*device_enumerate)(ddf_fun_t *, unsigned, usb_speed_t);
