Changeset 57358 in vbox for trunk/src/VBox/Devices/USB/VUSBUrb.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBUrb.cpp
r56454 r57358 16 16 */ 17 17 18 /******************************************************************************* 19 * Header Files * 20 *******************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 21 22 #define LOG_GROUP LOG_GROUP_DRV_VUSB 22 23 #include <VBox/vmm/pdm.h> … … 36 37 37 38 38 /******************************************************************************* 39 * Global Variables *40 ******************************************************************************* /39 /********************************************************************************************************************************* 40 * Global Variables * 41 *********************************************************************************************************************************/ 41 42 /** Strings for the CTLSTAGE enum values. */ 42 43 const char * const g_apszCtlStates[4] = … … 49 50 50 51 51 /******************************************************************************* 52 * Internal Functions *53 ******************************************************************************* /52 /********************************************************************************************************************************* 53 * Internal Functions * 54 *********************************************************************************************************************************/ 54 55 static PVUSBCTRLEXTRA vusbMsgAllocExtraData(PVUSBURB pUrb); 55 56
Note:
See TracChangeset
for help on using the changeset viewer.