aboutsummaryrefslogtreecommitdiff
path: root/src/usb-uhci.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-07-09 14:11:21 -0400
committerKevin O'Connor <kevin@koconnor.net>2011-07-10 15:34:51 -0400
commit8ff8e01ad3ef59a2b15028d03f450c4fa209aaf1 (patch)
treed2b7345a537b6fe404e6fc49423f24f1384ddae7 /src/usb-uhci.h
parent8365dee7b8422fdf07a619d156ca6b3226dd813a (diff)
downloadseabios-hppa-8ff8e01ad3ef59a2b15028d03f450c4fa209aaf1.zip
seabios-hppa-8ff8e01ad3ef59a2b15028d03f450c4fa209aaf1.tar.gz
seabios-hppa-8ff8e01ad3ef59a2b15028d03f450c4fa209aaf1.tar.bz2
Push 'struct pci_device' into USB code (instead of using u16 bdf).
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/usb-uhci.h')
-rw-r--r--src/usb-uhci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb-uhci.h b/src/usb-uhci.h
index 3c2c298..b5f70f7 100644
--- a/src/usb-uhci.h
+++ b/src/usb-uhci.h
@@ -2,7 +2,7 @@
#define __USB_UHCI_H
// usb-uhci.c
-void uhci_init(u16 bdf, int busid);
+void uhci_init(struct pci_device *pci, int busid);
struct usb_pipe;
void uhci_free_pipe(struct usb_pipe *p);
struct usb_pipe *uhci_alloc_control_pipe(struct usb_pipe *dummy);