summaryrefslogtreecommitdiffstats
path: root/include/usb/usbserial.h
blob: c537eba900fe9be5f44b68aa7c1329dae42abe43 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _USB_SERIAL_H
#define _USB_SERIAL_H

struct usb_serial_pdata {
	bool			acm;
};

int usb_serial_register(struct usb_serial_pdata *pdata);
void usb_serial_unregister(void);

#endif /* _USB_SERIAL_H */