VirtualBox

Changeset 3723 in vbox for trunk/src/VBox/VMM/PATM


Ignore:
Timestamp:
Jul 19, 2007 6:46:00 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23022
Message:

Double underscore cleanup.

Location:
trunk/src/VBox/VMM/PATM
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • 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
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