diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-11 07:22:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-11 07:22:30 -0500 |
commit | 86752b2814091bd8df30bdbf38768924b60cccab (patch) | |
tree | 537ae5f65a981e533b79eb38f8ec09a52b158682 /include | |
parent | fe203a05fb663fa9bc42a9ef9ae51a6ed01a4a90 (diff) | |
parent | 1f54025d70c4c9e6ec8d82d8b69b0d66a7bbbdc1 (diff) | |
download | u-boot-86752b2814091bd8df30bdbf38768924b60cccab.tar.gz |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
Diffstat (limited to 'include')
-rw-r--r-- | include/usb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h index f032de8af9..7e3796bd5b 100644 --- a/include/usb.h +++ b/include/usb.h @@ -163,7 +163,8 @@ struct int_queue; */ enum usb_init_type { USB_INIT_HOST, - USB_INIT_DEVICE + USB_INIT_DEVICE, + USB_INIT_UNKNOWN, }; /********************************************************************** |