diff options
Diffstat (limited to 'sys/dev/usb/xhcireg.h')
-rw-r--r-- | sys/dev/usb/xhcireg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/xhcireg.h b/sys/dev/usb/xhcireg.h index a37bb7d3fbe..97a2df7b614 100644 --- a/sys/dev/usb/xhcireg.h +++ b/sys/dev/usb/xhcireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: xhcireg.h,v 1.5 2014/11/10 14:29:49 mpi Exp $ */ +/* $OpenBSD: xhcireg.h,v 1.6 2014/12/08 13:32:34 mpi Exp $ */ /*- * Copyright (c) 2014 Martin Pieuchot. All rights reserved. @@ -302,7 +302,6 @@ struct xhci_epctx { #define XHCI_SPEED_SUPER 4 uint64_t deqp; -#define XHCI_EPCTX_DCS 0x1 uint32_t txinfo; #define XHCI_EPCTX_AVG_TRB_LEN(x) ((x) & 0xffff) |