Last change
on this file since 44528 was 44528, checked in by vboxsync, 12 years ago |
header (C) fixes
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | ;
|
---|
2 | ; Export definitions
|
---|
3 | ;
|
---|
4 | ; Copyright (C) 2006-2010 Oracle Corporation
|
---|
5 | ;
|
---|
6 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
7 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
8 | ; you can redistribute it and/or modify it under the terms of the GNU
|
---|
9 | ; General Public License (GPL) as published by the Free Software
|
---|
10 | ; Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
11 | ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
12 | ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
13 | ;
|
---|
14 |
|
---|
15 | LIBRARY USBD.SYS
|
---|
16 |
|
---|
17 | EXPORTS
|
---|
18 | USBD_AllocateDeviceName
|
---|
19 | USBD_CalculateUsbBandwidth
|
---|
20 | USBD_CompleteRequest
|
---|
21 | USBD_CreateConfigurationRequest
|
---|
22 | USBD_CreateDevice
|
---|
23 | USBD_Debug_GetHeap
|
---|
24 | USBD_Debug_LogEntry
|
---|
25 | USBD_Debug_RetHeap
|
---|
26 | USBD_Dispatch
|
---|
27 | USBD_FreeDeviceMutex
|
---|
28 | USBD_FreeDeviceName
|
---|
29 | USBD_GetDeviceInformation
|
---|
30 | USBD_GetInterfaceLength
|
---|
31 | USBD_GetPdoRegistryParameter
|
---|
32 | USBD_GetSuspendPowerState
|
---|
33 | USBD_GetUSBDIVersion
|
---|
34 | USBD_InitializeDevice
|
---|
35 | USBD_MakePdoName
|
---|
36 | USBD_ParseConfigurationDescriptor
|
---|
37 | USBD_QueryBusTime
|
---|
38 | USBD_RegisterHcDeviceCapabilities
|
---|
39 | USBD_RegisterHcFilter
|
---|
40 | USBD_RegisterHostController
|
---|
41 | USBD_RemoveDevice
|
---|
42 | USBD_RestoreDevice
|
---|
43 | USBD_SetSuspendPowerState
|
---|
44 | USBD_WaitDeviceMutex
|
---|
45 | _USBD_CreateConfigurationRequestEx@8
|
---|
46 | _USBD_ParseDescriptors@16
|
---|
47 | _USBD_ParseConfigurationDescriptorEx@28
|
---|
48 |
|
---|
49 | ; win64 strips the _stdcall postfix
|
---|
50 | USBD_CreateConfigurationRequestEx
|
---|
51 | USBD_ParseConfigurationDescriptorEx
|
---|
52 | USBD_ParseDescriptors
|
---|
Note:
See
TracBrowser
for help on using the repository browser.