summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.h
blob: a0c05506dde8156682ef616d74b2e8c8a807408f (plain)
1
2
3
4
5
6
7
8
#ifndef __CORE_USB_H
#define __CORE_USB_H

struct usb_device *usb_alloc_new_device(void);
int usb_new_device(struct usb_device *dev);
void usb_remove_device(struct usb_device *dev);

#endif /* __CORE_USB_H */