From 763f81161797788c10ac4c69021db91745eb2139 Mon Sep 17 00:00:00 2001 From: dizzyofcrn Date: Fri, 8 May 2015 20:14:48 +0000 Subject: [PATCH] Renamed overly convoluted structure name to something much more simpler git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50627 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/usb/pciusbhc/xhci/pcixhci_controller.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/rom/usb/pciusbhc/xhci/pcixhci_controller.h b/rom/usb/pciusbhc/xhci/pcixhci_controller.h index de2b93b883..cf539b9fc9 100644 --- a/rom/usb/pciusbhc/xhci/pcixhci_controller.h +++ b/rom/usb/pciusbhc/xhci/pcixhci_controller.h @@ -358,13 +358,15 @@ #define XHCF_PS_WPR (1UL<>XHCB_PS_SPEED) -struct PCIXHCIEventRingTable { - UQUAD address; - UWORD size; - UWORD reserved1; - ULONG reserved2; +/* Event Ring Segment Table Entry */ +struct xhci_erste { + ULONG address_lo; + ULONG address_hi; + ULONG size; + ULONG rsvd; } __packed; + /* TODO: define these */ struct PCIXHCITransferRequestBlock { UQUAD a; -- 2.11.4.GIT