mirror of
https://github.com/reactos/reactos.git
synced 2025-06-30 08:01:22 +00:00
[USBOHCI]
- Fix msvc build svn path=/trunk/; revision=55918
This commit is contained in:
parent
a755140405
commit
a3b5c86363
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public:
|
||||||
// local functions
|
// local functions
|
||||||
ULONG InternalGetTransferType();
|
ULONG InternalGetTransferType();
|
||||||
UCHAR InternalGetPidDirection();
|
UCHAR InternalGetPidDirection();
|
||||||
UCHAR GetDeviceAddress();
|
UCHAR STDMETHODCALLTYPE GetDeviceAddress();
|
||||||
NTSTATUS BuildSetupPacket();
|
NTSTATUS BuildSetupPacket();
|
||||||
NTSTATUS BuildSetupPacketFromURB();
|
NTSTATUS BuildSetupPacketFromURB();
|
||||||
NTSTATUS BuildControlTransferDescriptor(POHCI_ENDPOINT_DESCRIPTOR * OutEndpointDescriptor);
|
NTSTATUS BuildControlTransferDescriptor(POHCI_ENDPOINT_DESCRIPTOR * OutEndpointDescriptor);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue