coreboot-kgpe-d16/payloads/libpayload/drivers/usb
Jacob Garber 85d93ffc0a libpayload: Make OHCI enums into types
The OHCI header file declares various enums as follows:

    enum { ... } enum_name;

Since the name is at the end, this is actually declaring a variable
called enum_name and *not* a type, which is causing a multiple
definition error in GCC 10. Move the enum_name before the opening brace
to prevent this.

Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Change-Id: I452c0a1b118990942aa53f1e7e77f5e8378e8975
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47224
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2020-11-08 11:37:09 +00:00
..
Kconfig
TODO
dwc2.c
dwc2.h
dwc2_private.h
dwc2_rh.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
ehci.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
ehci.h
ehci_private.h
ehci_rh.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
generic_hub.c
generic_hub.h
ohci.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
ohci.h
ohci_private.h libpayload: Make OHCI enums into types 2020-11-08 11:37:09 +00:00
ohci_rh.c
quirks.c
uhci.c
uhci.h
uhci_private.h
uhci_rh.c
usb.c payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tab 2020-07-25 01:25:25 +00:00
usb_dev.c
usbhid.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
usbhub.c
usbinit.c
usbmsc.c libpayload: Fix file permissions 2020-09-27 13:12:33 +00:00
xhci.c usb/xhci: Fix timeout logic 2020-06-06 09:26:02 +00:00
xhci.h
xhci_commands.c xhci: Do not set the CRCR_CS bit 2020-08-31 06:38:53 +00:00
xhci_debug.c
xhci_devconf.c
xhci_events.c xhci: Fix Abort command event handling 2020-08-31 06:38:47 +00:00
xhci_private.h payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
xhci_rh.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00