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
This commit is contained in:
Patrick Georgi
2010-06-07 13:58:17 +00:00
parent aed992054f
commit d78691d49d
5 changed files with 137 additions and 96 deletions

View File

@@ -31,6 +31,7 @@
#include <libpayload.h>
#include "uhci.h"
#include "uhci_private.h"
typedef struct {
int port[2];