Changeset 76579 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Jan 1, 2019 6:14:44 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127881
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.