mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[USBD]
- Fix the spec file - Fixes usbd build svn path=/trunk/; revision=47760
This commit is contained in:
parent
c9ac3e0337
commit
f073c977ef
1 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
USBD_Debug_GetHeap(long long long long)
|
||||
USBD_Debug_RetHeap(ptr long long)
|
||||
USBD_CalculateUsbBandwidth(long long long)
|
||||
USBD_CreateConfigurationRequestEx(ptr ptr)
|
||||
USBD_CreateConfigurationRequest(ptr ptr)
|
||||
USBD_GetInterfaceLength(ptr ptr)
|
||||
USBD_ParseConfigurationDescriptorEx(ptr ptr long long long long long)
|
||||
USBD_ParseDescriptors(ptr long ptr long)
|
||||
@ stdcall USBD_Debug_GetHeap(long long long long)
|
||||
@ stdcall USBD_Debug_RetHeap(ptr long long)
|
||||
@ stdcall USBD_CalculateUsbBandwidth(long long long)
|
||||
@ stdcall USBD_CreateConfigurationRequestEx(ptr ptr)
|
||||
@ stdcall USBD_CreateConfigurationRequest(ptr ptr)
|
||||
@ stdcall USBD_GetInterfaceLength(ptr ptr)
|
||||
@ stdcall USBD_ParseConfigurationDescriptorEx(ptr ptr long long long long long)
|
||||
@ stdcall USBD_ParseDescriptors(ptr long ptr long)
|
||||
;USBD_GetPdoRegistryParameters
|
||||
|
|
Loading…
Reference in a new issue