VirtualBox

Changeset 3723 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 19, 2007 6:46:00 PM (18 years ago)
Author:
vboxsync
Message:

Double underscore cleanup.

Location:
trunk/src/VBox/VMM
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CFGMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __CFGMInternal_h__
    23 #define __CFGMInternal_h__
     22#ifndef ___CFGMInternal_h
     23#define ___CFGMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/CPUMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __CPUMInternal_h__
    23 #define __CPUMInternal_h__
     22#ifndef ___CPUMInternal_h
     23#define ___CPUMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/DBGFInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __DBGFInternal_h__
    23 #define __DBGFInternal_h__
     22#ifndef ___DBGFInternal_h
     23#define ___DBGFInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/EMInternal.h

    r3510 r3723  
    2020 */
    2121
    22 #ifndef __EMInternal_h__
    23 #define __EMInternal_h__
     22#ifndef ___EMInternal_h
     23#define ___EMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/HWACCMInternal.h

    r3295 r3723  
    2020 */
    2121
    22 #ifndef __HWACCMInternal_h__
    23 #define __HWACCMInternal_h__
     22#ifndef ___HWACCMInternal_h
     23#define ___HWACCMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/IOMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __IOMInternal_h__
    23 #define __IOMInternal_h__
     22#ifndef ___IOMInternal_h
     23#define ___IOMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    523523/** @} */
    524524
    525 #endif /* __IOMInternal_h__ */
     525#endif /* ___IOMInternal_h */
  • trunk/src/VBox/VMM/MMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __MMInternal_h__
    23 #define __MMInternal_h__
     22#ifndef ___MMInternal_h
     23#define ___MMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/PATM/CSAMInternal.h

    r3025 r3723  
    2020 */
    2121
    22 #ifndef __CSAMInternal_h__
    23 #define __CSAMInternal_h__
     22#ifndef ___CSAMInternal_h
     23#define ___CSAMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/PATM/PATMA.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __PATMA_H__
    23 #define __PATMA_H__
     22#ifndef ___PATMA_H
     23#define ___PATMA_H
    2424
    2525
     
    137137
    138138
    139 #ifdef __cplusplus
    140 extern "C"
    141 {
    142 #endif
     139__BEGIN_DECLS
    143140
    144141extern PATCHASMRECORD PATMCliRecord;
     
    187184
    188185extern uint32_t       PATMInterruptFlag;
    189 #ifdef __cplusplus
    190 }
     186
     187__END_DECLS
     188
    191189#endif
    192 
    193 #endif //__PATMA_H__
  • trunk/src/VBox/VMM/PATM/PATMInternal.h

    r3020 r3723  
    2020 */
    2121
    22 #ifndef __PATMInternal_h__
    23 #define __PATMInternal_h__
     22#ifndef ___PATMInternal_h
     23#define ___PATMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    241241#if HC_ARCH_BITS == 64
    242242    uint32_t        Alignment0;         /**< Align flags correctly. */
    243 #endif 
     243#endif
    244244
    245245    uint64_t        flags;
     
    268268#if HC_ARCH_BITS == 64
    269269    uint32_t        Alignment1;
    270 #endif 
     270#endif
    271271
    272272    // Cache record for PATMGCVirtToHCVirt
     
    441441#if HC_ARCH_BITS == 64
    442442        uint32_t            Alignment0; /**< Align the structure size on a 8-byte boundrary. */
    443 #endif 
     443#endif
    444444    } savedstate;
    445445
  • trunk/src/VBox/VMM/PATM/PATMPatch.h

    r3020 r3723  
    1919 * license agreement apply instead of the previous paragraph.
    2020 */
    21 #ifndef __PATMPATCH_H__
    22 #define __PATMPATCH_H__
     21#ifndef ___PATMPATCH_H
     22#define ___PATMPATCH_H
    2323
    2424int patmPatchAddReloc32(PVM pVM, PPATCHINFO pPatch, uint8_t *pRelocHC, uint32_t uType, RTGCPTR pSource = 0, RTGCPTR pDest = 0);
     
    154154int patmPatchGenGlobalFunctions(PVM pVM, PPATCHINFO pPatch);
    155155
    156 #endif //__PATMPATCH_H__
     156#endif
  • trunk/src/VBox/VMM/PDMInternal.h

    r3635 r3723  
    2020 */
    2121
    22 #ifndef __PDMInternal_h__
    23 #define __PDMInternal_h__
     22#ifndef ___PDMInternal_h
     23#define ___PDMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/PGMInternal.h

    r3185 r3723  
    2020 */
    2121
    22 #ifndef __PGMInternal_h__
    23 #define __PGMInternal_h__
     22#ifndef ___PGMInternal_h
     23#define ___PGMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    697697    /** The previous page in the age list. */
    698698    uint16_t            iAgePrev;
    699 /** @todo add more from PGMCache.h when merging with it. */
    700699#endif /* PGMPOOL_WITH_CACHE */
    701700    /** Used to indicate that the page is zeroed. */
  • trunk/src/VBox/VMM/REMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __REMInternal_h__
    23 #define __REMInternal_h__
     22#ifndef ___REMInternal_h
     23#define ___REMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    182182    /** Alignment padding. */
    183183    uint32_t                u32Padding;
    184 #endif 
     184#endif
    185185    /** Number of recorded invlpg instructions. */
    186186    RTUINT                  cInvalidatedPages;
  • trunk/src/VBox/VMM/SELMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __SELMInternal_h__
    23 #define __SELMInternal_h__
     22#ifndef ___SELMInternal_h
     23#define ___SELMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/SSMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __SSMInternal_h__
    23 #define __SSMInternal_h__
     22#ifndef ___SSMInternal_h
     23#define ___SSMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    191191__END_DECLS
    192192
    193 #endif /* !__SSMInternal_h__ */
     193#endif /* !___SSMInternal_h */
    194194
  • trunk/src/VBox/VMM/STAMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __STAMInternal_h__
    23 #define __STAMInternal_h__
     22#ifndef ___STAMInternal_h
     23#define ___STAMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/TMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __TMInternal_h__
    23 #define __TMInternal_h__
     22#ifndef ___TMInternal_h
     23#define ___TMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/TRPMInternal.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __TRPMInternal_h__
    23 #define __TRPMInternal_h__
     22#ifndef ___TRPMInternal_h
     23#define ___TRPMInternal_h
    2424
    2525#include <VBox/cdefs.h>
     
    218218/**
    219219 * Issues a software interrupt to the specified interrupt vector.
    220  * 
     220 *
    221221 * @param   uActiveVector   The vector number.
    222222 */
  • trunk/src/VBox/VMM/VMInternal.h

    r2984 r3723  
    2020 */
    2121
    22 #ifndef __VMInternal_h__
    23 #define __VMInternal_h__
     22#ifndef ___VMInternal_h
     23#define ___VMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/VMMInternal.h

    r3696 r3723  
    2020 */
    2121
    22 #ifndef __VMMInternal_h__
    23 #define __VMMInternal_h__
     22#ifndef ___VMMInternal_h
     23#define ___VMMInternal_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __HWSVMR0_h__
    23 #define __HWSVMR0_h__
     22#ifndef ___HWSVMR0_h
     23#define ___HWSVMR0_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __HWVMXR0_h__
    23 #define __HWVMXR0_h__
     22#ifndef ___HWVMXR0_h
     23#define ___HWVMXR0_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h

    r2981 r3723  
    2020 */
    2121
    22 
    23 #ifndef __VMMSwitcher_h__
    24 #define __VMMSwitcher_h__
     22#ifndef ___VMMSwitcher_h
     23#define ___VMMSwitcher_h
    2524
    2625#include <VBox/vmm.h>
  • trunk/src/VBox/VMM/testcase/tstHelp.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __tstHelp_h__
    23 #define __tstHelp_h__
     22#ifndef ___tstHelp_h
     23#define ___tstHelp_h
    2424
    2525#include <VBox/cdefs.h>
  • trunk/src/VBox/VMM/testcase/tstMicro.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __tstMicro_h__
    23 #define __tstMicro_h__
     22#ifndef ___tstMicro_h
     23#define ___tstMicro_h
    2424
    2525/**
  • trunk/src/VBox/VMM/x86context.h

    r2981 r3723  
    2020 */
    2121
    22 #ifndef __X86CONTEXT_H__
    23 #define __X86CONTEXT_H__
     22#ifndef ___X86CONTEXT_H
     23#define ___X86CONTEXT_H
    2424
    2525#include <VBox/types.h>
     
    6161
    6262
    63 #endif //__X86CONTEXT_H__
     63#endif
Note: See TracChangeset for help on using the changeset viewer.

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