VirtualBox

Changeset 76558 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jan 1, 2019 2:51:45 AM (6 years ago)
Author:
vboxsync
Message:

include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard prefix, letting scm enforce this (thereby avoiding copy&paste errors like NativeEventQueue.h).

Location:
trunk/include/VBox/vmm
Files:
66 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/apic.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_apic_h
    27 #define ___VBox_vmm_apic_h
     26#ifndef VBOX_INCLUDED_vmm_apic_h
     27#define VBOX_INCLUDED_vmm_apic_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/cfgm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_cfgm_h
    27 #define ___VBox_vmm_cfgm_h
     26#ifndef VBOX_INCLUDED_vmm_cfgm_h
     27#define VBOX_INCLUDED_vmm_cfgm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/cpum.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_cpum_h
    27 #define ___VBox_vmm_cpum_h
     26#ifndef VBOX_INCLUDED_vmm_cpum_h
     27#define VBOX_INCLUDED_vmm_cpum_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/cpumctx-v1_6.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_cpumctx_v1_6_h
    27 #define ___VBox_vmm_cpumctx_v1_6_h
     26#ifndef VBOX_INCLUDED_vmm_cpumctx_v1_6_h
     27#define VBOX_INCLUDED_vmm_cpumctx_v1_6_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/cpumctx.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_cpumctx_h
    27 #define ___VBox_vmm_cpumctx_h
     26#ifndef VBOX_INCLUDED_vmm_cpumctx_h
     27#define VBOX_INCLUDED_vmm_cpumctx_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/cpumdis.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_cpumdis_h
    27 #define ___VBox_vmm_cpumdis_h
     26#ifndef VBOX_INCLUDED_vmm_cpumdis_h
     27#define VBOX_INCLUDED_vmm_cpumdis_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/csam.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_csam_h
    27 #define ___VBox_vmm_csam_h
     26#ifndef VBOX_INCLUDED_vmm_csam_h
     27#define VBOX_INCLUDED_vmm_csam_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/dbgf.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_dbgf_h
    27 #define ___VBox_vmm_dbgf_h
     26#ifndef VBOX_INCLUDED_vmm_dbgf_h
     27#define VBOX_INCLUDED_vmm_dbgf_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/dbgfcorefmt.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_dbgfcore_h
    27 #define ___VBox_vmm_dbgfcore_h
     26#ifndef VBOX_INCLUDED_vmm_dbgfcorefmt_h
     27#define VBOX_INCLUDED_vmm_dbgfcorefmt_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/dbgfsel.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_dbgfsel_h
    27 #define ___VBox_vmm_dbgfsel_h
     26#ifndef VBOX_INCLUDED_vmm_dbgfsel_h
     27#define VBOX_INCLUDED_vmm_dbgfsel_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/dbgftrace.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_dbgftrace_h
    27 #define ___VBox_vmm_dbgftrace_h
     26#ifndef VBOX_INCLUDED_vmm_dbgftrace_h
     27#define VBOX_INCLUDED_vmm_dbgftrace_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/em.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_em_h
    27 #define ___VBox_vmm_em_h
     26#ifndef VBOX_INCLUDED_vmm_em_h
     27#define VBOX_INCLUDED_vmm_em_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/ftm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_ftm_h
    27 #define ___VBox_vmm_ftm_h
     26#ifndef VBOX_INCLUDED_vmm_ftm_h
     27#define VBOX_INCLUDED_vmm_ftm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/gim.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_gim_h
    27 #define ___VBox_vmm_gim_h
     26#ifndef VBOX_INCLUDED_vmm_gim_h
     27#define VBOX_INCLUDED_vmm_gim_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/gmm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_gmm_h
    27 #define ___VBox_vmm_gmm_h
     26#ifndef VBOX_INCLUDED_vmm_gmm_h
     27#define VBOX_INCLUDED_vmm_gmm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/gvm.h

    r76553 r76558  
    2525 */
    2626
    27 #ifndef ___VBox_vmm_gvm_h
    28 #define ___VBox_vmm_gvm_h
     27#ifndef VBOX_INCLUDED_vmm_gvm_h
     28#define VBOX_INCLUDED_vmm_gvm_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    155155    union
    156156    {
    157 #ifdef ___VBox_rawpci_h
     157#ifdef VBOX_INCLUDED_rawpci_h
    158158        struct RAWPCIPERVM s;
    159159#endif
  • trunk/include/VBox/vmm/gvmm.h

    r76553 r76558  
    2525 */
    2626
    27 #ifndef ___VBox_vmm_gvmm_h
    28 #define ___VBox_vmm_gvmm_h
     27#ifndef VBOX_INCLUDED_vmm_gvmm_h
     28#define VBOX_INCLUDED_vmm_gvmm_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/include/VBox/vmm/hm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_hm_h
    27 #define ___VBox_vmm_hm_h
     26#ifndef VBOX_INCLUDED_vmm_hm_h
     27#define VBOX_INCLUDED_vmm_hm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/hm_svm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_svm_h
    27 #define ___VBox_vmm_svm_h
     26#ifndef VBOX_INCLUDED_vmm_hm_svm_h
     27#define VBOX_INCLUDED_vmm_hm_svm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/hm_vmx.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_vmx_h
    27 #define ___VBox_vmm_vmx_h
     26#ifndef VBOX_INCLUDED_vmm_hm_vmx_h
     27#define VBOX_INCLUDED_vmm_hm_vmx_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/hmvmxinline.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_hmvmxinline_h
    27 #define ___VBox_vmm_hmvmxinline_h
     26#ifndef VBOX_INCLUDED_vmm_hmvmxinline_h
     27#define VBOX_INCLUDED_vmm_hmvmxinline_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/iem.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_iem_h
    27 #define ___VBox_vmm_iem_h
     26#ifndef VBOX_INCLUDED_vmm_iem_h
     27#define VBOX_INCLUDED_vmm_iem_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/iom.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_iom_h
    27 #define ___VBox_vmm_iom_h
     26#ifndef VBOX_INCLUDED_vmm_iom_h
     27#define VBOX_INCLUDED_vmm_iom_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/mm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_mm_h
    27 #define ___VBox_vmm_mm_h
     26#ifndef VBOX_INCLUDED_vmm_mm_h
     27#define VBOX_INCLUDED_vmm_mm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/nem.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_nem_h
    27 #define ___VBox_vmm_nem_h
     26#ifndef VBOX_INCLUDED_vmm_nem_h
     27#define VBOX_INCLUDED_vmm_nem_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/patm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_patm_h
    27 #define ___VBox_vmm_patm_h
     26#ifndef VBOX_INCLUDED_vmm_patm_h
     27#define VBOX_INCLUDED_vmm_patm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdm_h
    27 #define ___VBox_vmm_pdm_h
     26#ifndef VBOX_INCLUDED_vmm_pdm_h
     27#define VBOX_INCLUDED_vmm_pdm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmapi.h

    r76553 r76558  
    2828 */
    2929
    30 #ifndef ___VBox_vmm_pdmapi_h
    31 #define ___VBox_vmm_pdmapi_h
     30#ifndef VBOX_INCLUDED_vmm_pdmapi_h
     31#define VBOX_INCLUDED_vmm_pdmapi_h
    3232#ifndef RT_WITHOUT_PRAGMA_ONCE
    3333# pragma once
  • trunk/include/VBox/vmm/pdmasynccompletion.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmasynccompletion_h
    27 #define ___VBox_vmm_pdmasynccompletion_h
     26#ifndef VBOX_INCLUDED_vmm_pdmasynccompletion_h
     27#define VBOX_INCLUDED_vmm_pdmasynccompletion_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmasynctask.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmasynctask_h
    27 #define ___VBox_vmm_pdmasynctask_h
     26#ifndef VBOX_INCLUDED_vmm_pdmasynctask_h
     27#define VBOX_INCLUDED_vmm_pdmasynctask_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r76553 r76558  
    172172 */
    173173
    174 #ifndef ___VBox_vmm_pdmaudioifs_h
    175 #define ___VBox_vmm_pdmaudioifs_h
     174#ifndef VBOX_INCLUDED_vmm_pdmaudioifs_h
     175#define VBOX_INCLUDED_vmm_pdmaudioifs_h
    176176#ifndef RT_WITHOUT_PRAGMA_ONCE
    177177# pragma once
  • trunk/include/VBox/vmm/pdmblkcache.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmblkcache_h
    27 #define ___VBox_vmm_pdmblkcache_h
     26#ifndef VBOX_INCLUDED_vmm_pdmblkcache_h
     27#define VBOX_INCLUDED_vmm_pdmblkcache_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmcardreaderinfs.h

    r76553 r76558  
    2525 */
    2626
    27 #ifndef ___VBox_vmm_pdmcardreaderinfs_h
    28 #define ___VBox_vmm_pdmcardreaderinfs_h
     27#ifndef VBOX_INCLUDED_vmm_pdmcardreaderinfs_h
     28#define VBOX_INCLUDED_vmm_pdmcardreaderinfs_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/include/VBox/vmm/pdmcommon.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmcommon_h
    27 #define ___VBox_vmm_pdmcommon_h
     26#ifndef VBOX_INCLUDED_vmm_pdmcommon_h
     27#define VBOX_INCLUDED_vmm_pdmcommon_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmcritsect.h

    r76557 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmcritsect_h
    27 #define ___VBox_vmm_pdmcritsect_h
     26#ifndef VBOX_INCLUDED_vmm_pdmcritsect_h
     27#define VBOX_INCLUDED_vmm_pdmcritsect_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmcritsectrw.h

    r76557 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmcritsectrw_h
    27 #define ___VBox_vmm_pdmcritsectrw_h
     26#ifndef VBOX_INCLUDED_vmm_pdmcritsectrw_h
     27#define VBOX_INCLUDED_vmm_pdmcritsectrw_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmdev.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmdev_h
    27 #define ___VBox_vmm_pdmdev_h
     26#ifndef VBOX_INCLUDED_vmm_pdmdev_h
     27#define VBOX_INCLUDED_vmm_pdmdev_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmdrv.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmdrv_h
    27 #define ___VBox_vmm_pdmdrv_h
     26#ifndef VBOX_INCLUDED_vmm_pdmdrv_h
     27#define VBOX_INCLUDED_vmm_pdmdrv_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmifs.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmifs_h
    27 #define ___VBox_vmm_pdmifs_h
     26#ifndef VBOX_INCLUDED_vmm_pdmifs_h
     27#define VBOX_INCLUDED_vmm_pdmifs_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmins.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmins_h
    27 #define ___VBox_vmm_pdmins_h
     26#ifndef VBOX_INCLUDED_vmm_pdmins_h
     27#define VBOX_INCLUDED_vmm_pdmins_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmnetifs.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmnetifs_h
    27 #define ___VBox_vmm_pdmnetifs_h
     26#ifndef VBOX_INCLUDED_vmm_pdmnetifs_h
     27#define VBOX_INCLUDED_vmm_pdmnetifs_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmnetinline.h

    r76553 r76558  
    2727 */
    2828
    29 #ifndef ___VBox_vmm_pdmnetinline_h_
    30 #define ___VBox_vmm_pdmnetinline_h_
     29#ifndef VBOX_INCLUDED_vmm_pdmnetinline_h
     30#define VBOX_INCLUDED_vmm_pdmnetinline_h
    3131#ifndef RT_WITHOUT_PRAGMA_ONCE
    3232# pragma once
  • trunk/include/VBox/vmm/pdmnetshaper.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmnetshaper_h
    27 #define ___VBox_vmm_pdmnetshaper_h
     26#ifndef VBOX_INCLUDED_vmm_pdmnetshaper_h
     27#define VBOX_INCLUDED_vmm_pdmnetshaper_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmnvram.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmnvram_h_
    27 #define ___VBox_vmm_pdmnvram_h_
     26#ifndef VBOX_INCLUDED_vmm_pdmnvram_h
     27#define VBOX_INCLUDED_vmm_pdmnvram_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmpci.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmpci_h
    27 #define ___VBox_vmm_pdmpci_h
     26#ifndef VBOX_INCLUDED_vmm_pdmpci_h
     27#define VBOX_INCLUDED_vmm_pdmpci_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmpcidev.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmpcidev_h
    27 #define ___VBox_vmm_pdmpcidev_h
     26#ifndef VBOX_INCLUDED_vmm_pdmpcidev_h
     27#define VBOX_INCLUDED_vmm_pdmpcidev_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmpcidevint.h

    r76553 r76558  
    2525 */
    2626
    27 #ifndef ___VBox_vmm_pdmpcidevint_h
    28 #define ___VBox_vmm_pdmpcidevint_h
     27#ifndef VBOX_INCLUDED_vmm_pdmpcidevint_h
     28#define VBOX_INCLUDED_vmm_pdmpcidevint_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/include/VBox/vmm/pdmqueue.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmqueue_h
    27 #define ___VBox_vmm_pdmqueue_h
     26#ifndef VBOX_INCLUDED_vmm_pdmqueue_h
     27#define VBOX_INCLUDED_vmm_pdmqueue_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmserialifs.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmserialifs_h
    27 #define ___VBox_vmm_pdmserialifs_h
     26#ifndef VBOX_INCLUDED_vmm_pdmserialifs_h
     27#define VBOX_INCLUDED_vmm_pdmserialifs_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmsrv.h

    r76553 r76558  
    2626 */
    2727
    28 #ifndef ___VBox_vmm_pdmsrv_h
    29 #define ___VBox_vmm_pdmsrv_h
     28#ifndef VBOX_INCLUDED_vmm_pdmsrv_h
     29#define VBOX_INCLUDED_vmm_pdmsrv_h
    3030#ifndef RT_WITHOUT_PRAGMA_ONCE
    3131# pragma once
  • trunk/include/VBox/vmm/pdmstorageifs.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmstorageifs_h
    27 #define ___VBox_vmm_pdmstorageifs_h
     26#ifndef VBOX_INCLUDED_vmm_pdmstorageifs_h
     27#define VBOX_INCLUDED_vmm_pdmstorageifs_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmthread.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmthread_h
    27 #define ___VBox_vmm_pdmthread_h
     26#ifndef VBOX_INCLUDED_vmm_pdmthread_h
     27#define VBOX_INCLUDED_vmm_pdmthread_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmusb.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pdmusb_h
    27 #define ___VBox_vmm_pdmusb_h
     26#ifndef VBOX_INCLUDED_vmm_pdmusb_h
     27#define VBOX_INCLUDED_vmm_pdmusb_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/pdmwebcaminfs.h

    r76553 r76558  
    2525 */
    2626
    27 #ifndef ___VBox_vmm_pdmwebcaminfs_h
    28 #define ___VBox_vmm_pdmwebcaminfs_h
     27#ifndef VBOX_INCLUDED_vmm_pdmwebcaminfs_h
     28#define VBOX_INCLUDED_vmm_pdmwebcaminfs_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/include/VBox/vmm/pgm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_pgm_h
    27 #define ___VBox_vmm_pgm_h
     26#ifndef VBOX_INCLUDED_vmm_pgm_h
     27#define VBOX_INCLUDED_vmm_pgm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/rem.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_rem_h
    27 #define ___VBox_vmm_rem_h
     26#ifndef VBOX_INCLUDED_vmm_rem_h
     27#define VBOX_INCLUDED_vmm_rem_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/selm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_selm_h
    27 #define ___VBox_vmm_selm_h
     26#ifndef VBOX_INCLUDED_vmm_selm_h
     27#define VBOX_INCLUDED_vmm_selm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/ssm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_ssm_h
    27 #define ___VBox_vmm_ssm_h
     26#ifndef VBOX_INCLUDED_vmm_ssm_h
     27#define VBOX_INCLUDED_vmm_ssm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/stam.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_stam_h
    27 #define ___VBox_vmm_stam_h
     26#ifndef VBOX_INCLUDED_vmm_stam_h
     27#define VBOX_INCLUDED_vmm_stam_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/tm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_tm_h
    27 #define ___VBox_vmm_tm_h
     26#ifndef VBOX_INCLUDED_vmm_tm_h
     27#define VBOX_INCLUDED_vmm_tm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/trpm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_trpm_h
    27 #define ___VBox_vmm_trpm_h
     26#ifndef VBOX_INCLUDED_vmm_trpm_h
     27#define VBOX_INCLUDED_vmm_trpm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/uvm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_uvm_h
    27 #define ___VBox_vmm_uvm_h
     26#ifndef VBOX_INCLUDED_vmm_uvm_h
     27#define VBOX_INCLUDED_vmm_uvm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/vm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_vm_h
    27 #define ___VBox_vmm_vm_h
     26#ifndef VBOX_INCLUDED_vmm_vm_h
     27#define VBOX_INCLUDED_vmm_vm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
     
    13261326        struct CPUM s;
    13271327#endif
    1328 #ifdef ___VBox_vmm_cpum_h
     1328#ifdef VBOX_INCLUDED_vmm_cpum_h
    13291329        /** Read only info exposed about the host and guest CPUs. */
    13301330        struct
     
    14461446        struct DBGF s;
    14471447#endif
    1448 #ifdef ___VBox_vmm_dbgf_h
     1448#ifdef VBOX_INCLUDED_vmm_dbgf_h
    14491449        /** Read only info exposed about interrupt breakpoints and selected events. */
    14501450        struct
  • trunk/include/VBox/vmm/vmapi.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_vmapi_h
    27 #define ___VBox_vmm_vmapi_h
     26#ifndef VBOX_INCLUDED_vmm_vmapi_h
     27#define VBOX_INCLUDED_vmm_vmapi_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/vmcpuset.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_vmcpuset_h
    27 #define ___VBox_vmm_vmcpuset_h
     26#ifndef VBOX_INCLUDED_vmm_vmcpuset_h
     27#define VBOX_INCLUDED_vmm_vmcpuset_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
  • trunk/include/VBox/vmm/vmm.h

    r76553 r76558  
    2424 */
    2525
    26 #ifndef ___VBox_vmm_vmm_h
    27 #define ___VBox_vmm_vmm_h
     26#ifndef VBOX_INCLUDED_vmm_vmm_h
     27#define VBOX_INCLUDED_vmm_vmm_h
    2828#ifndef RT_WITHOUT_PRAGMA_ONCE
    2929# pragma once
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