Fix compiling

svn path=/trunk/; revision=23682
This commit is contained in:
Aleksey Bragin 2006-08-24 09:01:22 +00:00
parent 721fa0869e
commit be7b345087

View file

@ -861,7 +861,7 @@ PUSB_DEV dev
);
//helpers
static VOID
VOID NTAPI
uhci_dpc_callback(
PKDPC dpc,
PVOID context,
@ -877,7 +877,7 @@ uhci_flush_adapter_buf()
#endif
}
BOOL
NTSTATUS
uhci_submit_urb(
PUHCI_DEV uhci,
PUSB_DEV pdev,