aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/usb/ehci_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/usb/ehci_debug.h')
-rw-r--r--src/drivers/usb/ehci_debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/usb/ehci_debug.h b/src/drivers/usb/ehci_debug.h
index efb27666bc..0ac94bfe6f 100644
--- a/src/drivers/usb/ehci_debug.h
+++ b/src/drivers/usb/ehci_debug.h
@@ -47,12 +47,12 @@ struct dbgp_pipe
u8 endpoint;
u8 pid;
u8 status;
- int timeout;
+ u16 timeout;
u8 bufidx;
u8 buflen;
char buf[8];
-};
+} __packed;
void dbgp_put(struct dbgp_pipe *pipe);
int dbgp_try_get(struct dbgp_pipe *pipe);