mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
fixed some mismatching prototypes, sorry for breaking the build
svn path=/trunk/; revision=17972
This commit is contained in:
@@ -153,7 +153,7 @@ static int ohci_hub_control (
|
||||
u16 typeReq,
|
||||
u16 wValue,
|
||||
u16 wIndex,
|
||||
char *buf,
|
||||
u8 *buf,
|
||||
u16 wLength
|
||||
) {
|
||||
struct ohci_hcd *ohci = hcd_to_ohci (hcd);
|
||||
|
||||
@@ -54,7 +54,7 @@ static int uhci_hub_status_data(struct usb_hcd *hcd, char *buf)
|
||||
|
||||
/* size of returned buffer is part of USB spec */
|
||||
static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
||||
u16 wIndex, char *buf, u16 wLength)
|
||||
u16 wIndex, u8 *buf, u16 wLength)
|
||||
{
|
||||
struct uhci_hcd *uhci = hcd_to_uhci(hcd);
|
||||
int i, status, retval = 0, len = 0;
|
||||
|
||||
Reference in New Issue
Block a user