Last change
on this file since 31896 was 31896, checked in by vboxsync, 14 years ago |
export the VBoxUSB host driver to OSE
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1009 bytes
|
Line | |
---|
1 | ;
|
---|
2 | ; Export definitions
|
---|
3 | ;
|
---|
4 | ; Copyright (C) 2006-2007 Oracle Corporation
|
---|
5 | ;
|
---|
6 | ; Oracle Corporation confidential
|
---|
7 | ; All rights reserved
|
---|
8 | ;
|
---|
9 |
|
---|
10 | LIBRARY USBD.SYS
|
---|
11 |
|
---|
12 | EXPORTS
|
---|
13 | USBD_AllocateDeviceName
|
---|
14 | USBD_CalculateUsbBandwidth
|
---|
15 | USBD_CompleteRequest
|
---|
16 | USBD_CreateConfigurationRequest
|
---|
17 | USBD_CreateDevice
|
---|
18 | USBD_Debug_GetHeap
|
---|
19 | USBD_Debug_LogEntry
|
---|
20 | USBD_Debug_RetHeap
|
---|
21 | USBD_Dispatch
|
---|
22 | USBD_FreeDeviceMutex
|
---|
23 | USBD_FreeDeviceName
|
---|
24 | USBD_GetDeviceInformation
|
---|
25 | USBD_GetInterfaceLength
|
---|
26 | USBD_GetPdoRegistryParameter
|
---|
27 | USBD_GetSuspendPowerState
|
---|
28 | USBD_GetUSBDIVersion
|
---|
29 | USBD_InitializeDevice
|
---|
30 | USBD_MakePdoName
|
---|
31 | USBD_ParseConfigurationDescriptor
|
---|
32 | USBD_QueryBusTime
|
---|
33 | USBD_RegisterHcDeviceCapabilities
|
---|
34 | USBD_RegisterHcFilter
|
---|
35 | USBD_RegisterHostController
|
---|
36 | USBD_RemoveDevice
|
---|
37 | USBD_RestoreDevice
|
---|
38 | USBD_SetSuspendPowerState
|
---|
39 | USBD_WaitDeviceMutex
|
---|
40 | _USBD_CreateConfigurationRequestEx@8
|
---|
41 | _USBD_ParseDescriptors@16
|
---|
42 | _USBD_ParseConfigurationDescriptorEx@28
|
---|
43 |
|
---|
44 | ; win64 strips the _stdcall postfix
|
---|
45 | USBD_CreateConfigurationRequestEx
|
---|
46 | USBD_ParseConfigurationDescriptorEx
|
---|
47 | USBD_ParseDescriptors
|
---|
Note:
See
TracBrowser
for help on using the repository browser.