Changeset 57358 in vbox for trunk/src/VBox/Devices/EFI/DevSmc.cpp
- 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/EFI/DevSmc.cpp
r56292 r57358 23 23 24 24 25 /******************************************************************************* 26 * Header Files *27 ******************************************************************************* /25 /********************************************************************************************************************************* 26 * Header Files * 27 *********************************************************************************************************************************/ 28 28 #define LOG_GROUP LOG_GROUP_DEV_SMC 29 29 #include <VBox/vmm/pdmdev.h> … … 43 43 44 44 45 /******************************************************************************* 46 * Defined Constants And Macros *47 ******************************************************************************* /45 /********************************************************************************************************************************* 46 * Defined Constants And Macros * 47 *********************************************************************************************************************************/ 48 48 /** The current version of the saved state. */ 49 49 #define SMC_SAVED_STATE_VERSION 1 /** @todo later 2 */ … … 137 137 138 138 139 /******************************************************************************* 140 * Structures and Typedefs *141 ******************************************************************************* /139 /********************************************************************************************************************************* 140 * Structures and Typedefs * 141 *********************************************************************************************************************************/ 142 142 143 143 /** … … 299 299 300 300 301 /******************************************************************************* 302 * Internal Functions *303 ******************************************************************************* /301 /********************************************************************************************************************************* 302 * Internal Functions * 303 *********************************************************************************************************************************/ 304 304 #ifdef IN_RING3 305 305 static DEVSMCKEYGETTER scmKeyGetOSKs; … … 320 320 321 321 322 /******************************************************************************* 323 * Global Variables *324 ******************************************************************************* /322 /********************************************************************************************************************************* 323 * Global Variables * 324 *********************************************************************************************************************************/ 325 325 #ifdef IN_RING3 326 326 /**
Note:
See TracChangeset
for help on using the changeset viewer.