Changeset 57358 in vbox for trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c
- 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/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c
r57276 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define RTSEMEVENTMULTI_WITHOUT_REMAPPING 32 32 #include "the-linux-kernel.h" … … 44 44 45 45 46 /******************************************************************************* 47 * Defined Constants And Macros *48 ******************************************************************************* /46 /********************************************************************************************************************************* 47 * Defined Constants And Macros * 48 *********************************************************************************************************************************/ 49 49 /** @name fStateAndGen values 50 50 * @{ */ … … 62 62 63 63 64 /******************************************************************************* 65 * Structures and Typedefs *66 ******************************************************************************* /64 /********************************************************************************************************************************* 65 * Structures and Typedefs * 66 *********************************************************************************************************************************/ 67 67 /** 68 68 * Linux event semaphore.
Note:
See TracChangeset
for help on using the changeset viewer.