Avoid using the name "pid_t", which is used on unixoid systems.
authorPatrick Georgi <patrick.georgi@coresystems.de>
Mon, 7 Jun 2010 13:58:17 +0000 (13:58 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Mon, 7 Jun 2010 13:58:17 +0000 (13:58 +0000)
commitd78691d49db4efb03c1466f9a02c590df1f5efc1
treed3381d14d72586bbed660287d2ccba27328378bb
parentaed992054f3af248e12ec88de4c047456fe9b104
Avoid using the name "pid_t", which is used on unixoid systems.
Move controller specific data structures into private headers,
to avoid conflicts between controller drivers.
Factor out the USB PID ids, which are only exposed on UHCI. It's
of not much use on the other controllers.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5616 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/drivers/usb/uhci.c
payloads/libpayload/drivers/usb/uhci.h
payloads/libpayload/drivers/usb/uhci_private.h [new file with mode: 0644]
payloads/libpayload/drivers/usb/uhci_rh.c
payloads/libpayload/include/usb/usb.h