summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.h
blob: 0d4f80c21d5895a7273a105796e41ddf8fc46f1a (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __CORE_USB_H
#define __CORE_USB_H

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

#endif /* __CORE_USB_H */