diff options
Diffstat (limited to 'src/usb.h')
-rw-r--r-- | src/usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ // Information on a USB end point. struct usb_pipe { struct usb_s *cntl; + u64 path; u8 type; u8 ep; u8 devaddr; @@ -21,6 +22,7 @@ struct usb_s { struct usb_pipe *defaultpipe; struct mutex_s resetlock; int busid; + u16 bdf; u8 type; u8 maxaddr; }; |