update host class driver struct: add hport.

This commit is contained in:
aozima
2022-03-19 11:23:40 +08:00
committed by sakumisu
parent fd574baeb7
commit 5e455c2331
6 changed files with 15 additions and 6 deletions

View File

@@ -27,6 +27,8 @@
#include "usb_scsi.h"
struct usbh_msc {
struct usbh_hubport *hport;
uint8_t intf; /* Data interface number */
uint8_t sdchar;
usbh_epinfo_t bulkin; /* Bulk IN endpoint */
@@ -49,4 +51,4 @@ extern "C" {
}
#endif
#endif
#endif