Changeset 57358 in vbox for trunk/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp
r57246 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-darwin-kernel.h" 32 32 #include "internal/iprt.h" … … 45 45 46 46 47 /******************************************************************************* 48 * Structures and Typedefs *49 ******************************************************************************* /47 /********************************************************************************************************************************* 48 * Structures and Typedefs * 49 *********************************************************************************************************************************/ 50 50 /** 51 51 * Wrapper for the KSPIN_LOCK type.
Note:
See TracChangeset
for help on using the changeset viewer.