- Timestamp:
- Jan 1, 2019 6:14:44 AM (6 years ago)
- Location:
- trunk/src/VBox/ValidationKit
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/.scm-settings
r76553 r76579 66 66 /bootsectors/bs3kit/bs3kit-template-footer.h: --no-fix-header-guards 67 67 /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_ 68 69 -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h
r76553 r76579 25 25 */ 26 26 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 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 801 801 802 802 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 25 25 */ 26 26 27 #ifndef ___bs3_cmn_memory_h28 #define ___bs3_cmn_memory_h27 #ifndef BS3KIT_INCLUDED_bs3_cmn_memory_h 28 #define BS3KIT_INCLUDED_bs3_cmn_memory_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 96 96 RT_C_DECLS_END; 97 97 98 #endif 98 #endif /* !BS3KIT_INCLUDED_bs3_cmn_memory_h */ 99 99 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-paging.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___bs3_cmn_paging_h28 #define ___bs3_cmn_paging_h27 #ifndef BS3KIT_INCLUDED_bs3_cmn_paging_h 28 #define BS3KIT_INCLUDED_bs3_cmn_paging_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 56 56 #include "bs3kit-mangling-code.h" 57 57 58 #endif 58 #endif /* !BS3KIT_INCLUDED_bs3_cmn_paging_h */ 59 59 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-pic.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___bs3_cmn_pic_h28 #define ___bs3_cmn_pic_h27 #ifndef BS3KIT_INCLUDED_bs3_cmn_pic_h 28 #define BS3KIT_INCLUDED_bs3_cmn_pic_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 57 57 #include "bs3kit-mangling-code.h" 58 58 59 #endif 59 #endif /* !BS3KIT_INCLUDED_bs3_cmn_pic_h */ 60 60 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-test.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___bs3_cmn_test_h28 #define ___bs3_cmn_test_h27 #ifndef BS3KIT_INCLUDED_bs3_cmn_test_h 28 #define BS3KIT_INCLUDED_bs3_cmn_test_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 166 166 typedef BS3TESTFAILEDBUF BS3_FAR *PBS3TESTFAILEDBUF; 167 167 168 #endif 168 #endif /* !BS3KIT_INCLUDED_bs3_cmn_test_h */ 169 169 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModes.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___bs3_mode_TestDoModes_h28 #define ___bs3_mode_TestDoModes_h27 #ifndef BS3KIT_INCLUDED_bs3_mode_TestDoModes_h 28 #define BS3KIT_INCLUDED_bs3_mode_TestDoModes_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 86 86 BS3_DECL_NEAR(uint8_t) TMPL_NM(Bs3TestCallDoerInLM64)(uint32_t uFlatAddrCallback, uint8_t bMode); 87 87 88 #endif 88 #endif /* !BS3KIT_INCLUDED_bs3_mode_TestDoModes_h */ 89 89 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-mangling-data.h
r76553 r76579 30 30 */ 31 31 32 #ifndef ___bs3kit_mangling_data_h33 #define ___bs3kit_mangling_data_h32 #ifndef BS3KIT_INCLUDED_bs3kit_mangling_data_h 33 #define BS3KIT_INCLUDED_bs3kit_mangling_data_h 34 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 35 # pragma once … … 282 282 #endif /* not needed */ 283 283 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 25 25 */ 26 26 27 #ifndef ___bs3kit_h28 #define ___bs3kit_h27 #ifndef BS3KIT_INCLUDED_bs3kit_h 28 #define BS3KIT_INCLUDED_bs3kit_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 3953 3953 #endif 3954 3954 3955 #endif 3956 3955 #endif /* !BS3KIT_INCLUDED_bs3kit_h */ 3956 -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceInternal.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___TestExecServiceInternal_h___28 #define ___TestExecServiceInternal_h___27 #ifndef VBOX_INCLUDED_SRC_TestExecServ_TestExecServiceInternal_h 28 #define VBOX_INCLUDED_SRC_TestExecServ_TestExecServiceInternal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 219 219 RT_C_DECLS_END 220 220 221 #endif 222 221 #endif /* !VBOX_INCLUDED_SRC_TestExecServ_TestExecServiceInternal_h */ 222 -
trunk/src/VBox/ValidationKit/utils/cpu/cidet.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___cidet_h___28 #define ___cidet_h___27 #ifndef VBOX_INCLUDED_SRC_cpu_cidet_h 28 #define VBOX_INCLUDED_SRC_cpu_cidet_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 1079 1079 extern const uint32_t g_cCidetInstructions1; 1080 1080 1081 #endif 1082 1081 #endif /* !VBOX_INCLUDED_SRC_cpu_cidet_h */ 1082 -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___UsbTestServiceGadget_h___28 #define ___UsbTestServiceGadget_h___27 #ifndef VBOX_INCLUDED_SRC_usb_UsbTestServiceGadget_h 28 #define VBOX_INCLUDED_SRC_usb_UsbTestServiceGadget_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 533 533 RT_C_DECLS_END 534 534 535 #endif 536 535 #endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServiceGadget_h */ 536 -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___UsbTestServiceGadgetHostInternal_h___28 #define ___UsbTestServiceGadgetHostInternal_h___27 #ifndef VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetHostInternal_h 28 #define VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetHostInternal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 120 120 RT_C_DECLS_END 121 121 122 #endif 122 #endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetHostInternal_h */ 123 123 -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___UsbTestServiceGadgetInternal_h___28 #define ___UsbTestServiceGadgetInternal_h___27 #ifndef VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetInternal_h 28 #define VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetInternal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 106 106 RT_C_DECLS_END 107 107 108 #endif 108 #endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServiceGadgetInternal_h */ 109 109 -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceInternal.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___UsbTestServiceInternal_h___28 #define ___UsbTestServiceInternal_h___27 #ifndef VBOX_INCLUDED_SRC_usb_UsbTestServiceInternal_h 28 #define VBOX_INCLUDED_SRC_usb_UsbTestServiceInternal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 213 213 RT_C_DECLS_END 214 214 215 #endif 216 215 #endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServiceInternal_h */ 216 -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___UsbTestServicePlatform_h___28 #define ___UsbTestServicePlatform_h___27 #ifndef VBOX_INCLUDED_SRC_usb_UsbTestServicePlatform_h 28 #define VBOX_INCLUDED_SRC_usb_UsbTestServicePlatform_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 92 92 RT_C_DECLS_END 93 93 94 #endif 94 #endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServicePlatform_h */ 95 95 -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h
r76553 r76579 25 25 */ 26 26 27 #ifndef ___UsbTestServiceProtocol_h___28 #define ___UsbTestServiceProtocol_h___27 #ifndef VBOX_INCLUDED_SRC_usb_UsbTestServiceProtocol_h 28 #define VBOX_INCLUDED_SRC_usb_UsbTestServiceProtocol_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 365 365 RT_C_DECLS_END 366 366 367 #endif 367 #endif /* !VBOX_INCLUDED_SRC_usb_UsbTestServiceProtocol_h */
Note:
See TracChangeset
for help on using the changeset viewer.