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 //helpers
static VOID VOID NTAPI
uhci_dpc_callback( uhci_dpc_callback(
PKDPC dpc, PKDPC dpc,
PVOID context, PVOID context,
@ -877,7 +877,7 @@ uhci_flush_adapter_buf()
#endif #endif
} }
BOOL NTSTATUS
uhci_submit_urb( uhci_submit_urb(
PUHCI_DEV uhci, PUHCI_DEV uhci,
PUSB_DEV pdev, PUSB_DEV pdev,