Changeset 76579 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Jan 1, 2019 6:14:44 AM (6 years ago)
- Location:
- trunk/src/VBox/ValidationKit/utils
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
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.