VirtualBox

Changeset 76579 in vbox for trunk


Ignore:
Timestamp:
Jan 1, 2019 6:14:44 AM (6 years ago)
Author:
vboxsync
Message:

ValKit: scm header guard alignment.

Location:
trunk/src/VBox/ValidationKit
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/.scm-settings

    r76553 r76579  
    6666/bootsectors/bs3kit/bs3kit-template-footer.h:      --no-fix-header-guards
    6767/bootsectors/bs3kit/bs3-cmn-instantiate-common.h:  --no-fix-header-guards
     68/bootsectors/bs3kit/*.h: --guard-relative-to-dir bootsectors/bs3kit/ --guard-prefix BS3KIT_INCLUDED_
    6869
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___bs3_cpu_generated_1_h___
    28 #define ___bs3_cpu_generated_1_h___
     27#ifndef VBOX_INCLUDED_SRC_bootsectors_bs3_cpu_generated_1_h
     28#define VBOX_INCLUDED_SRC_bootsectors_bs3_cpu_generated_1_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    801801
    802802
    803 #endif
    804 
     803#endif /* !VBOX_INCLUDED_SRC_bootsectors_bs3_cpu_generated_1_h */
     804
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-memory.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___bs3_cmn_memory_h
    28 #define ___bs3_cmn_memory_h
     27#ifndef BS3KIT_INCLUDED_bs3_cmn_memory_h
     28#define BS3KIT_INCLUDED_bs3_cmn_memory_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    9696RT_C_DECLS_END;
    9797
    98 #endif
     98#endif /* !BS3KIT_INCLUDED_bs3_cmn_memory_h */
    9999
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-paging.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___bs3_cmn_paging_h
    28 #define ___bs3_cmn_paging_h
     27#ifndef BS3KIT_INCLUDED_bs3_cmn_paging_h
     28#define BS3KIT_INCLUDED_bs3_cmn_paging_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    5656#include "bs3kit-mangling-code.h"
    5757
    58 #endif
     58#endif /* !BS3KIT_INCLUDED_bs3_cmn_paging_h */
    5959
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-pic.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___bs3_cmn_pic_h
    28 #define ___bs3_cmn_pic_h
     27#ifndef BS3KIT_INCLUDED_bs3_cmn_pic_h
     28#define BS3KIT_INCLUDED_bs3_cmn_pic_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    5757#include "bs3kit-mangling-code.h"
    5858
    59 #endif
     59#endif /* !BS3KIT_INCLUDED_bs3_cmn_pic_h */
    6060
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-test.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___bs3_cmn_test_h
    28 #define ___bs3_cmn_test_h
     27#ifndef BS3KIT_INCLUDED_bs3_cmn_test_h
     28#define BS3KIT_INCLUDED_bs3_cmn_test_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    166166typedef BS3TESTFAILEDBUF BS3_FAR *PBS3TESTFAILEDBUF;
    167167
    168 #endif
     168#endif /* !BS3KIT_INCLUDED_bs3_cmn_test_h */
    169169
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModes.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___bs3_mode_TestDoModes_h
    28 #define ___bs3_mode_TestDoModes_h
     27#ifndef BS3KIT_INCLUDED_bs3_mode_TestDoModes_h
     28#define BS3KIT_INCLUDED_bs3_mode_TestDoModes_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    8686BS3_DECL_NEAR(uint8_t) TMPL_NM(Bs3TestCallDoerInLM64)(uint32_t uFlatAddrCallback, uint8_t bMode);
    8787
    88 #endif
     88#endif /* !BS3KIT_INCLUDED_bs3_mode_TestDoModes_h */
    8989
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-data.h

    r76553 r76579  
    3030 */
    3131
    32 #ifndef ___bs3kit_mangling_data_h
    33 #define ___bs3kit_mangling_data_h
     32#ifndef BS3KIT_INCLUDED_bs3kit_mangling_data_h
     33#define BS3KIT_INCLUDED_bs3kit_mangling_data_h
    3434#ifndef RT_WITHOUT_PRAGMA_ONCE
    3535# pragma once
     
    282282#endif /* not needed */
    283283
    284 #endif /* !___bs3kit_mangling_data_h */
    285 
     284#endif /* !BS3KIT_INCLUDED_bs3kit_mangling_data_h */
     285
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___bs3kit_h
    28 #define ___bs3kit_h
     27#ifndef BS3KIT_INCLUDED_bs3kit_h
     28#define BS3KIT_INCLUDED_bs3kit_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    39533953#endif
    39543954
    3955 #endif
    3956 
     3955#endif /* !BS3KIT_INCLUDED_bs3kit_h */
     3956
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceInternal.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___TestExecServiceInternal_h___
    28 #define ___TestExecServiceInternal_h___
     27#ifndef VBOX_INCLUDED_SRC_TestExecServ_TestExecServiceInternal_h
     28#define VBOX_INCLUDED_SRC_TestExecServ_TestExecServiceInternal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    219219RT_C_DECLS_END
    220220
    221 #endif
    222 
     221#endif /* !VBOX_INCLUDED_SRC_TestExecServ_TestExecServiceInternal_h */
     222
  • trunk/src/VBox/ValidationKit/utils/cpu/cidet.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___cidet_h___
    28 #define ___cidet_h___
     27#ifndef VBOX_INCLUDED_SRC_cpu_cidet_h
     28#define VBOX_INCLUDED_SRC_cpu_cidet_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    10791079extern const uint32_t   g_cCidetInstructions1;
    10801080
    1081 #endif
    1082 
     1081#endif /* !VBOX_INCLUDED_SRC_cpu_cidet_h */
     1082
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___UsbTestServiceGadget_h___
    28 #define ___UsbTestServiceGadget_h___
     27#ifndef VBOX_INCLUDED_SRC_usb_UsbTestServiceGadget_h
     28#define VBOX_INCLUDED_SRC_usb_UsbTestServiceGadget_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    533533RT_C_DECLS_END
    534534
    535 #endif
    536 
     535#endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServiceGadget_h */
     536
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___UsbTestServiceGadgetHostInternal_h___
    28 #define ___UsbTestServiceGadgetHostInternal_h___
     27#ifndef VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetHostInternal_h
     28#define VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetHostInternal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    120120RT_C_DECLS_END
    121121
    122 #endif
     122#endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetHostInternal_h */
    123123
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___UsbTestServiceGadgetInternal_h___
    28 #define ___UsbTestServiceGadgetInternal_h___
     27#ifndef VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetInternal_h
     28#define VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetInternal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    106106RT_C_DECLS_END
    107107
    108 #endif
     108#endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetInternal_h */
    109109
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceInternal.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___UsbTestServiceInternal_h___
    28 #define ___UsbTestServiceInternal_h___
     27#ifndef VBOX_INCLUDED_SRC_usb_UsbTestServiceInternal_h
     28#define VBOX_INCLUDED_SRC_usb_UsbTestServiceInternal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    213213RT_C_DECLS_END
    214214
    215 #endif
    216 
     215#endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServiceInternal_h */
     216
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___UsbTestServicePlatform_h___
    28 #define ___UsbTestServicePlatform_h___
     27#ifndef VBOX_INCLUDED_SRC_usb_UsbTestServicePlatform_h
     28#define VBOX_INCLUDED_SRC_usb_UsbTestServicePlatform_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    9292RT_C_DECLS_END
    9393
    94 #endif
     94#endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServicePlatform_h */
    9595
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h

    r76553 r76579  
    2525 */
    2626
    27 #ifndef ___UsbTestServiceProtocol_h___
    28 #define ___UsbTestServiceProtocol_h___
     27#ifndef VBOX_INCLUDED_SRC_usb_UsbTestServiceProtocol_h
     28#define VBOX_INCLUDED_SRC_usb_UsbTestServiceProtocol_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
     
    365365RT_C_DECLS_END
    366366
    367 #endif
     367#endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServiceProtocol_h */
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