summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-12-02 13:37:27 -0500
committerTom Rini <[email protected]>2023-12-02 13:37:27 -0500
commitb56d21f3bbc28f773536df282467833af6fdab1f (patch)
tree75761f4fe2a06aa22e0380b5d0e27fa68e810603 /include
parent43f2873fa98b1da6eb56d756315c7bd7db63db27 (diff)
parent493e0e2577bfe11b3065a30a6f5c827f95c1df94 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb
- USB XHCI fixes
Diffstat (limited to 'include')
-rw-r--r--include/usb/xhci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/usb/xhci.h b/include/usb/xhci.h
index 4a4ac10229a..04d16a256bb 100644
--- a/include/usb/xhci.h
+++ b/include/usb/xhci.h
@@ -901,6 +901,8 @@ union xhci_trb {
/* TRB type IDs */
typedef enum {
+ /* reserved, used as a software sentinel */
+ TRB_NONE = 0,
/* bulk, interrupt, isoc scatter/gather, and control data stage */
TRB_NORMAL = 1,
/* setup stage for control transfers */