Changeset 57358 in vbox for trunk/src/VBox/Devices/USB/darwin
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp
r56292 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DRV_USBPROXY 23 23 #define __STDC_LIMIT_MACROS … … 47 47 48 48 49 /******************************************************************************* 50 * Defined Constants And Macros *51 ******************************************************************************* /49 /********************************************************************************************************************************* 50 * Defined Constants And Macros * 51 *********************************************************************************************************************************/ 52 52 /** An experiment... */ 53 53 //#define USE_LOW_LATENCY_API 1 54 54 55 /******************************************************************************* 56 * Structures and Typedefs * 57 *******************************************************************************/ 55 56 /********************************************************************************************************************************* 57 * Structures and Typedefs * 58 *********************************************************************************************************************************/ 58 59 /** Forward declaration of the Darwin interface structure. */ 59 60 typedef struct USBPROXYIFOSX *PUSBPROXYIFOSX; … … 251 252 252 253 253 /******************************************************************************* 254 * Global Variables *255 ******************************************************************************* /254 /********************************************************************************************************************************* 255 * Global Variables * 256 *********************************************************************************************************************************/ 256 257 static RTONCE g_usbProxyDarwinOnce = RTONCE_INITIALIZER; 257 258 /** The runloop mode we use.
Note:
See TracChangeset
for help on using the changeset viewer.