mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 12:59:44 +00:00
Fix compiling
svn path=/trunk/; revision=23682
This commit is contained in:
parent
721fa0869e
commit
be7b345087
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue