diff options
Diffstat (limited to 'drivers/usb/gadget/u_ether.h')
-rw-r--r-- | drivers/usb/gadget/u_ether.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/gadget/u_ether.h b/drivers/usb/gadget/u_ether.h index ca8ce467d880..0ef823447f28 100644 --- a/drivers/usb/gadget/u_ether.h +++ b/drivers/usb/gadget/u_ether.h | |||
@@ -80,4 +80,7 @@ void gether_cleanup(void); | |||
80 | struct net_device *gether_connect(struct gether *); | 80 | struct net_device *gether_connect(struct gether *); |
81 | void gether_disconnect(struct gether *); | 81 | void gether_disconnect(struct gether *); |
82 | 82 | ||
83 | /* each configuration may bind one instance of an ethernet link */ | ||
84 | int geth_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); | ||
85 | |||
83 | #endif /* __U_ETHER_H */ | 86 | #endif /* __U_ETHER_H */ |