VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102121
Message:

*: scm cleanup run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp

    r57004 r57358  
    4343 */
    4444
    45 /*******************************************************************************
    46 *   Header Files                                                               *
    47 *******************************************************************************/
     45
     46/*********************************************************************************************************************************
     47*   Header Files                                                                                                                 *
     48*********************************************************************************************************************************/
    4849#define LOG_GROUP LOG_GROUP_SUP
    4950#include <VBox/sup.h>
     
    7273
    7374
    74 /*******************************************************************************
    75 *   Defined Constants And Macros                                               *
    76 *******************************************************************************/
     75/*********************************************************************************************************************************
     76*   Defined Constants And Macros                                                                                                 *
     77*********************************************************************************************************************************/
    7778/** R0 VMM module name. */
    7879#define VMMR0_NAME      "VMMR0"
    7980
    8081
    81 /*******************************************************************************
    82 *   Structures and Typedefs                                                    *
    83 *******************************************************************************/
     82/*********************************************************************************************************************************
     83*   Structures and Typedefs                                                                                                      *
     84*********************************************************************************************************************************/
    8485typedef DECLCALLBACK(int) FNCALLVMMR0(PVMR0 pVMR0, unsigned uOperation, void *pvArg);
    8586typedef FNCALLVMMR0 *PFNCALLVMMR0;
    8687
    8788
    88 /*******************************************************************************
    89 *   Global Variables                                                           *
    90 *******************************************************************************/
     89/*********************************************************************************************************************************
     90*   Global Variables                                                                                                             *
     91*********************************************************************************************************************************/
    9192/** VMMR0 Load Address. */
    9293static RTR0PTR                  g_pvVMMR0 = NIL_RTR0PTR;
    9394
    9495
    95 /*******************************************************************************
    96 *   Internal Functions                                                         *
    97 *******************************************************************************/
     96/*********************************************************************************************************************************
     97*   Internal Functions                                                                                                           *
     98*********************************************************************************************************************************/
    9899static int               supLoadModule(const char *pszFilename, const char *pszModule, const char *pszSrvReqHandler,
    99100                                       PRTERRINFO pErrInfo, void **ppvImageBase);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette