Tom Rini
2022-02-11 07:22:30 -05:00
4 changed files with 50 additions and 12 deletions

View File

@@ -163,7 +163,8 @@ struct int_queue;
*/
enum usb_init_type {
USB_INIT_HOST,
USB_INIT_DEVICE
USB_INIT_DEVICE,
USB_INIT_UNKNOWN,
};
/**********************************************************************