Changeset 76565 in vbox for trunk/src/VBox
- Timestamp:
- Jan 1, 2019 4:23:20 AM (6 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 1 added
- 91 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/.scm-settings
r76553 r76565 1 1 # $Id$ 2 2 ## @file 3 # Source code massager settings for the graphics bits of the NT additions.3 # Source code massager settings for the graphics device. 4 4 # 5 5 … … 16 16 # 17 17 18 --filter-out-files /Wine*/wined3d/wined3d.spec 18 /shaderlib/wine/*.c: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos 19 /shaderlib/wine/*.h: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-fix-header-guards 20 /shaderlib/wine/vbox/VBoxDbgGl.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos 21 /shaderlib/wine/vbox/VBoxDbgGl.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards 22 /shaderlib/wine/vbox/VBoxWineEx.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards 23 /shaderlib/wine/vbox/libWineStub/include/config.h: --no-lgpl-disclaimer 19 24 20 /Wine*/*.c: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos21 /Wine*/*.h: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-fix-header-guards22 /Wine*/wined3d/wined3d.def: --external-copyright23 /Wine*/wined3d/wined3dwddm.def: --external-copyright24 /Wine*/d3d8/version.rc: --external-copyright --lgpl-disclaimer25 /Wine*/d3d9/version.rc: --external-copyright --lgpl-disclaimer26 /Wine*/wined3d/version.rc: --external-copyright --lgpl-disclaimer27 28 /Wine_new/switcher/d3d8_main.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos29 /Wine_new/switcher/d3d9_main.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos30 /Wine_new/switcher/sw_common.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos31 /Wine_new/vbox/VBoxDbgGl.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos32 /Wine_new/wined3d/vboxext.c: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos33 /Wine*/switcher/switcher.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards34 /Wine*/vbox/VBoxDbgGl.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards35 /Wine*/vbox/VBoxWineEx.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards36 /Wine*/wined3d/vboxext.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards37 /Wine*/wined3d/vboxsharedrc.h: --no-external-copyright --no-lgpl-disclaimer --convert-tabs --fix-todos --no-fix-header-guards38 39 /Wine*/vbox/libWineStub/include/config.h: --no-lgpl-disclaimer40 /Wine*/vbox/libWineStub/include/wine/wgl.h: --no-lgpl-disclaimer41 /Wine*/vbox/libWineStub/include/wine/wglext.h: --no-lgpl-disclaimer42 /Wine*/vbox/libWineStub/include/wine/wgl_driver.h: --no-lgpl-disclaimer43 -
trunk/src/VBox/Devices/Audio/AudioMixBuffer.h
r76553 r76565 16 16 */ 17 17 18 #ifndef AUDIO_MIXBUF_H19 #define AUDIO_MIXBUF_H18 #ifndef VBOX_INCLUDED_SRC_Audio_AudioMixBuffer_h 19 #define VBOX_INCLUDED_SRC_Audio_AudioMixBuffer_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 90 90 #endif 91 91 92 #endif 92 #endif /* !VBOX_INCLUDED_SRC_Audio_AudioMixBuffer_h */ 93 93 -
trunk/src/VBox/Devices/Audio/AudioMixer.h
r76553 r76565 19 19 */ 20 20 21 #ifndef AUDIO_MIXER_H22 #define AUDIO_MIXER_H21 #ifndef VBOX_INCLUDED_SRC_Audio_AudioMixer_h 22 #define VBOX_INCLUDED_SRC_Audio_AudioMixer_h 23 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 24 # pragma once … … 265 265 bool AudioMixerStreamIsValid(PAUDMIXSTREAM pStream); 266 266 267 #endif /* ! AUDIO_MIXER_H*/268 267 #endif /* !VBOX_INCLUDED_SRC_Audio_AudioMixer_h */ 268 -
trunk/src/VBox/Devices/Audio/DevHDA.h
r76553 r76565 16 16 */ 17 17 18 #ifndef DEV_HDA_H19 #define DEV_HDA_H18 #ifndef VBOX_INCLUDED_SRC_Audio_DevHDA_h 19 #define VBOX_INCLUDED_SRC_Audio_DevHDA_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 219 219 #define HDASTATE_ALIGNMENT_CHECK_MAGIC UINT64_C(0x1298afb75893e059) 220 220 221 #endif /* ! DEV_HDA_H*/222 221 #endif /* !VBOX_INCLUDED_SRC_Audio_DevHDA_h */ 222 -
trunk/src/VBox/Devices/Audio/DevHDACommon.h
r76553 r76565 16 16 */ 17 17 18 #ifndef DEV_HDA_COMMON_H19 #define DEV_HDA_COMMON_H18 #ifndef VBOX_INCLUDED_SRC_Audio_DevHDACommon_h 19 #define VBOX_INCLUDED_SRC_Audio_DevHDACommon_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 655 655 /** @} */ 656 656 657 #endif /* ! DEV_HDA_H_COMMON*/658 657 #endif /* !VBOX_INCLUDED_SRC_Audio_DevHDACommon_h */ 658 -
trunk/src/VBox/Devices/Audio/DrvAudio.h
r76553 r76565 16 16 */ 17 17 18 #ifndef DRV_AUDIO_H19 #define DRV_AUDIO_H18 #ifndef VBOX_INCLUDED_SRC_Audio_DrvAudio_h 19 #define VBOX_INCLUDED_SRC_Audio_DrvAudio_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 277 277 #define AUDIO_MAKE_FOURCC(c0, c1, c2, c3) RT_H2LE_U32_C(RT_MAKE_U32_FROM_U8(c0, c1, c2, c3)) 278 278 279 #endif /* ! DRV_AUDIO_H*/280 279 #endif /* !VBOX_INCLUDED_SRC_Audio_DrvAudio_h */ 280 -
trunk/src/VBox/Devices/Audio/HDACodec.h
r76553 r76565 16 16 */ 17 17 18 #ifndef DEV_HDA_CODEC_H19 #define DEV_HDA_CODEC_H18 #ifndef VBOX_INCLUDED_SRC_Audio_HDACodec_h 19 #define VBOX_INCLUDED_SRC_Audio_HDACodec_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 145 145 #define HDA_SSM_VERSION_1 1 146 146 147 #endif /* ! DEV_HDA_CODEC_H*/147 #endif /* !VBOX_INCLUDED_SRC_Audio_HDACodec_h */ 148 148 -
trunk/src/VBox/Devices/Audio/HDAStream.h
r76553 r76565 16 16 */ 17 17 18 #ifndef HDA_STREAM_H19 #define HDA_STREAM_H18 #ifndef VBOX_INCLUDED_SRC_Audio_HDAStream_h 19 #define VBOX_INCLUDED_SRC_Audio_HDAStream_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 306 306 307 307 #endif /* IN_RING3 */ 308 #endif /* ! HDA_STREAM_H*/309 308 #endif /* !VBOX_INCLUDED_SRC_Audio_HDAStream_h */ 309 -
trunk/src/VBox/Devices/Audio/HDAStreamChannel.h
r76553 r76565 16 16 */ 17 17 18 #ifndef HDA_STREAMCHANNEL_H19 #define HDA_STREAMCHANNEL_H18 #ifndef VBOX_INCLUDED_SRC_Audio_HDAStreamChannel_h 19 #define VBOX_INCLUDED_SRC_Audio_HDAStreamChannel_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 27 27 int hdaR3StreamChannelReleaseData(PPDMAUDIOSTREAMCHANNELDATA pChanData); 28 28 29 #endif /* ! HDA_STREAMCHANNEL_H*/29 #endif /* !VBOX_INCLUDED_SRC_Audio_HDAStreamChannel_h */ 30 30 -
trunk/src/VBox/Devices/Audio/HDAStreamMap.h
r76553 r76565 16 16 */ 17 17 18 #ifndef HDA_STREAMMAP_H19 #define HDA_STREAMMAP_H18 #ifndef VBOX_INCLUDED_SRC_Audio_HDAStreamMap_h 19 #define VBOX_INCLUDED_SRC_Audio_HDAStreamMap_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 58 58 /** @} */ 59 59 60 #endif /* ! HDA_STREAMMAP_H*/60 #endif /* !VBOX_INCLUDED_SRC_Audio_HDAStreamMap_h */ 61 61 -
trunk/src/VBox/Devices/Audio/HDAStreamPeriod.h
r76553 r76565 16 16 */ 17 17 18 #ifndef HDA_STREAMPERIOD_H19 #define HDA_STREAMPERIOD_H18 #ifndef VBOX_INCLUDED_SRC_Audio_HDAStreamPeriod_h 19 #define VBOX_INCLUDED_SRC_Audio_HDAStreamPeriod_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 111 111 #endif /* IN_RING3 */ 112 112 113 #endif /* ! HDA_STREAMPERIOD_H*/113 #endif /* !VBOX_INCLUDED_SRC_Audio_HDAStreamPeriod_h */ 114 114 -
trunk/src/VBox/Devices/Audio/VBoxMMNotificationClient.h
r76553 r76565 17 17 */ 18 18 19 #ifndef ___VBOX_MMNOTIFICATIONCLIENT_H___20 #define ___VBOX_MMNOTIFICATIONCLIENT_H___19 #ifndef VBOX_INCLUDED_SRC_Audio_VBoxMMNotificationClient_h 20 #define VBOX_INCLUDED_SRC_Audio_VBoxMMNotificationClient_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 88 88 /** @} */ 89 89 }; 90 #endif /* ! ___VBOX_MMNOTIFICATIONCLIENT_H___*/90 #endif /* !VBOX_INCLUDED_SRC_Audio_VBoxMMNotificationClient_h */ 91 91 -
trunk/src/VBox/Devices/Audio/alsa_mangling.h
r76553 r76565 18 18 */ 19 19 20 #ifndef AUDIO_ALSA_MANGLING_H21 #define AUDIO_ALSA_MANGLING_H20 #ifndef VBOX_INCLUDED_SRC_Audio_alsa_mangling_h 21 #define VBOX_INCLUDED_SRC_Audio_alsa_mangling_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 70 70 #define snd_pcm_sw_params_sizeof ALSA_MANGLER(snd_pcm_sw_params_sizeof) 71 71 72 #endif /* ! AUDIO_ALSA_MANGLING_H*/72 #endif /* !VBOX_INCLUDED_SRC_Audio_alsa_mangling_h */ -
trunk/src/VBox/Devices/Audio/alsa_stubs.h
r76553 r76565 16 16 */ 17 17 18 #ifndef AUDIO_ALSA_STUBS_H19 #define AUDIO_ALSA_STUBS_H18 #ifndef VBOX_INCLUDED_SRC_Audio_alsa_stubs_h 19 #define VBOX_INCLUDED_SRC_Audio_alsa_stubs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once 22 22 #endif 23 23 extern int audioLoadAlsaLib(void); 24 #endif 24 #endif /* !VBOX_INCLUDED_SRC_Audio_alsa_stubs_h */ 25 25 -
trunk/src/VBox/Devices/Audio/pulse_mangling.h
r76553 r76565 18 18 */ 19 19 20 #ifndef AUDIO_PULSE_MANGLING_H21 #define AUDIO_PULSE_MANGLING_H20 #ifndef VBOX_INCLUDED_SRC_Audio_pulse_mangling_h 21 #define VBOX_INCLUDED_SRC_Audio_pulse_mangling_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 90 90 #define pa_usec_to_bytes PULSE_MANGLER(pa_usec_to_bytes) 91 91 92 #endif /* ! AUDIO_PULSE_MANGLING_H*/92 #endif /* !VBOX_INCLUDED_SRC_Audio_pulse_mangling_h */ 93 93 -
trunk/src/VBox/Devices/Audio/pulse_stubs.h
r76553 r76565 16 16 */ 17 17 18 #ifndef AUDIO_PULSE_STUBS_H19 #define AUDIO_PULSE_STUBS_H18 #ifndef VBOX_INCLUDED_SRC_Audio_pulse_stubs_h 19 #define VBOX_INCLUDED_SRC_Audio_pulse_stubs_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once 22 22 #endif 23 23 extern int audioLoadPulseLib(void); 24 #endif 24 #endif /* !VBOX_INCLUDED_SRC_Audio_pulse_stubs_h */ 25 25 -
trunk/src/VBox/Devices/Bus/DevPciInternal.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___Bus_DevPciInternal_h___19 #define ___Bus_DevPciInternal_h___18 #ifndef VBOX_INCLUDED_SRC_Bus_DevPciInternal_h 19 #define VBOX_INCLUDED_SRC_Bus_DevPciInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 237 237 #endif /* IN_RING3 */ 238 238 239 #endif 240 239 #endif /* !VBOX_INCLUDED_SRC_Bus_DevPciInternal_h */ 240 -
trunk/src/VBox/Devices/Bus/MsiCommon.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___MSI_COMMON_H___19 #define ___MSI_COMMON_H___18 #ifndef VBOX_INCLUDED_SRC_Bus_MsiCommon_h 19 #define VBOX_INCLUDED_SRC_Bus_MsiCommon_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 38 38 void MsixNotify(PPDMDEVINS pDevIns, PCPDMPCIHLP pPciHlp, PPDMPCIDEV pDev, int iVector, int iLevel, uint32_t uTagSrc); 39 39 40 #endif 40 #endif /* !VBOX_INCLUDED_SRC_Bus_MsiCommon_h */ 41 41 -
trunk/src/VBox/Devices/Bus/PciInline.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___Bus_PciInline_h19 #define ___Bus_PciInline_h18 #ifndef VBOX_INCLUDED_SRC_Bus_PciInline_h 19 #define VBOX_INCLUDED_SRC_Bus_PciInline_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 102 102 } 103 103 104 #endif 104 #endif /* !VBOX_INCLUDED_SRC_Bus_PciInline_h */ 105 105 -
trunk/src/VBox/Devices/EFI/DevEFI.h
r76553 r76565 29 29 */ 30 30 31 #ifndef ___EFI_VBoxEFI_h32 #define ___EFI_VBoxEFI_h31 #ifndef VBOX_INCLUDED_SRC_EFI_DevEFI_h 32 #define VBOX_INCLUDED_SRC_EFI_DevEFI_h 33 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 34 # pragma once … … 254 254 /** @} */ 255 255 256 #endif 256 #endif /* !VBOX_INCLUDED_SRC_EFI_DevEFI_h */ -
trunk/src/VBox/Devices/Graphics/BIOS/inlines.h
r76553 r76565 15 15 */ 16 16 17 #ifndef VBOX_INCLUDED_ Graphics_BIOS_inlines_h18 #define VBOX_INCLUDED_ Graphics_BIOS_inlines_h17 #ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_inlines_h 18 #define VBOX_INCLUDED_SRC_Graphics_BIOS_inlines_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 148 148 parm [es] [di] [dx] [si] [cx]; 149 149 150 #endif 150 #endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_inlines_h */ 151 151 -
trunk/src/VBox/Devices/Graphics/BIOS/vbe.h
r76520 r76565 1 1 2 #ifndef vbe_h_included3 #define vbe_h_included2 #ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_vbe_h 3 #define VBOX_INCLUDED_SRC_Graphics_BIOS_vbe_h 4 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 5 # pragma once … … 115 115 #define VBE_RETURN_STATUS_INVALID 0x03 116 116 117 #endif 117 #endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_vbe_h */ -
trunk/src/VBox/Devices/Graphics/BIOS/vgabios.h
r76520 r76565 1 1 2 #ifndef vgabios_h_included3 #define vgabios_h_included2 #ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_vgabios_h 3 #define VBOX_INCLUDED_SRC_Graphics_BIOS_vgabios_h 4 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 5 # pragma once … … 66 66 #endif 67 67 68 #endif 68 #endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_vgabios_h */ -
trunk/src/VBox/Devices/Graphics/BIOS/vgadefs.h
r76520 r76565 1 1 2 #ifndef VBOX_INCLUDED_ Graphics_vgadefs_h3 #define VBOX_INCLUDED_ Graphics_vgadefs_h2 #ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_vgadefs_h 3 #define VBOX_INCLUDED_SRC_Graphics_BIOS_vgadefs_h 4 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 5 # pragma once … … 75 75 #define VGAREG_CGA_PALETTE 0x3d9 76 76 77 #endif 77 #endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_vgadefs_h */ 78 78 -
trunk/src/VBox/Devices/Graphics/BIOS/vgafonts.h
r76520 r76565 5 5 */ 6 6 7 #ifndef VBOX_INCLUDED_ Graphics_vgafonts_h8 #define VBOX_INCLUDED_ Graphics_vgafonts_h7 #ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_vgafonts_h 8 #define VBOX_INCLUDED_SRC_Graphics_BIOS_vgafonts_h 9 9 #ifndef RT_WITHOUT_PRAGMA_ONCE 10 10 # pragma once … … 875 875 }; 876 876 877 #endif 877 #endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_vgafonts_h */ 878 878 -
trunk/src/VBox/Devices/Graphics/BIOS/vgatables.h
r76520 r76565 1 1 2 #ifndef VBOX_INCLUDED_ Graphics_vgatables_h3 #define VBOX_INCLUDED_ Graphics_vgatables_h2 #ifndef VBOX_INCLUDED_SRC_Graphics_BIOS_vgatables_h 3 #define VBOX_INCLUDED_SRC_Graphics_BIOS_vgatables_h 4 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 5 # pragma once … … 563 563 }; 564 564 565 #endif 566 565 #endif /* !VBOX_INCLUDED_SRC_Graphics_BIOS_vgatables_h */ 566 -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h
r76553 r76565 15 15 */ 16 16 17 #ifndef ___DevVGA_SVGA_h___18 #define ___DevVGA_SVGA_h___17 #ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA_h 18 #define VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 390 390 SVGASignedRect *pRect); 391 391 392 #endif 393 392 #endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA_h */ 393 -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h
r76553 r76565 16 16 */ 17 17 18 #ifndef __DevVGA_SVGA3d_cocoa_h19 #define __DevVGA_SVGA3d_cocoa_h18 #ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_cocoa_h 19 #define VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_cocoa_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 54 54 RT_C_DECLS_END 55 55 56 #endif /* ! __DevVGA_SVGA3d_cocoa_h */56 #endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_cocoa_h */ 57 57 -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-glLdr.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___DevVGA_SVGA3d_gl_h19 #define ___DevVGA_SVGA3d_gl_h18 #ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_glLdr_h 19 #define VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_glLdr_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 373 373 #endif 374 374 375 #endif 375 #endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_glLdr_h */ -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-internal.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___DevVGA_SVGA3d_internal_h19 #define ___DevVGA_SVGA3d_internal_h18 #ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_internal_h 19 #define VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_internal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 1251 1251 const char *pszPath, const char *pszNamePrefix, const char *pszNameSuffix); 1252 1252 1253 #endif 1254 1253 #endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_internal_h */ 1254 -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___DEVVMWARE3D_H___19 #define ___DEVVMWARE3D_H___18 #ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_h 19 #define VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 228 228 #endif 229 229 230 #endif /* !___DEVVMWARE3D_H___*/231 230 #endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_SVGA3d_h */ 231 -
trunk/src/VBox/Devices/Graphics/DevVGA.h
r76553 r76565 41 41 */ 42 42 43 #ifndef VBOX_INCLUDED_ Graphics_DevVGA_h44 #define VBOX_INCLUDED_ Graphics_DevVGA_h43 #ifndef VBOX_INCLUDED_SRC_Graphics_DevVGA_h 44 #define VBOX_INCLUDED_SRC_Graphics_DevVGA_h 45 45 #ifndef RT_WITHOUT_PRAGMA_ONCE 46 46 # pragma once … … 632 632 #endif /* !VBOX */ 633 633 634 #endif 635 634 #endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGA_h */ 635 -
trunk/src/VBox/Devices/Graphics/DevVGAModes.h
r76553 r76565 19 19 */ 20 20 21 #ifndef VBOX_INCLUDED_ Graphics_DevVGAModes_h22 #define VBOX_INCLUDED_ Graphics_DevVGAModes_h21 #ifndef VBOX_INCLUDED_SRC_Graphics_DevVGAModes_h 22 #define VBOX_INCLUDED_SRC_Graphics_DevVGAModes_h 23 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 24 # pragma once … … 32 32 #define MODE_INFO_SIZE ( sizeof(mode_info_list) / sizeof(ModeInfoListItem) ) 33 33 34 #endif 34 #endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGAModes_h */ 35 35 -
trunk/src/VBox/Devices/Graphics/DevVGASavedState.h
r76553 r76565 19 19 */ 20 20 21 #ifndef ___Graphics_DevVGASavedState_h22 #define ___Graphics_DevVGASavedState_h21 #ifndef VBOX_INCLUDED_SRC_Graphics_DevVGASavedState_h 22 #define VBOX_INCLUDED_SRC_Graphics_DevVGASavedState_h 23 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 24 # pragma once … … 70 70 #define VGA_SAVEDSTATE_VERSION_ANCIENT 1 71 71 72 #endif 72 #endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGASavedState_h */ 73 73 -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___HGSMIHost_h19 #define ___HGSMIHost_h18 #ifndef VBOX_INCLUDED_SRC_Graphics_HGSMI_HGSMIHost_h 19 #define VBOX_INCLUDED_SRC_Graphics_HGSMI_HGSMIHost_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 110 110 #endif 111 111 112 #endif /* ! ___HGSMIHost_h*/112 #endif /* !VBOX_INCLUDED_SRC_Graphics_HGSMI_HGSMIHost_h */ 113 113 -
trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___SHGSMIHost_h___19 #define ___SHGSMIHost_h___18 #ifndef VBOX_INCLUDED_SRC_Graphics_HGSMI_SHGSMIHost_h 19 #define VBOX_INCLUDED_SRC_Graphics_HGSMI_SHGSMIHost_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 27 27 void VBoxSHGSMICommandMarkAsynchCompletion(void RT_UNTRUSTED_VOLATILE_GUEST *pvData); 28 28 29 #endif 29 #endif /* !VBOX_INCLUDED_SRC_Graphics_HGSMI_SHGSMIHost_h */ 30 30 -
trunk/src/VBox/Devices/Graphics/shaderlib/shaderlib.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___shaderlib_h___19 #define ___shaderlib_h___18 #ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_shaderlib_h 19 #define VBOX_INCLUDED_SRC_Graphics_shaderlib_shaderlib_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 97 97 RT_C_DECLS_END 98 98 99 #endif /* ! ___shaderlib_h___*/99 #endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_shaderlib_h */ 100 100 -
trunk/src/VBox/Devices/Graphics/shaderlib/vboxext.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VBOXEXT_H___19 #define ___VBOXEXT_H___18 #ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_vboxext_h 19 #define VBOX_INCLUDED_SRC_Graphics_shaderlib_vboxext_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 164 164 } 165 165 166 #endif 166 #endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_vboxext_h */ 167 167 -
trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/VBoxDbgGl.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VBoxDbgGl_h__19 #define ___VBoxDbgGl_h__18 #ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxDbgGl_h 19 #define VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxDbgGl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 43 43 extern DWORD g_VBoxDbgGlFBreakDrawPrimIfCanNotMatch; 44 44 45 #endif /* #ifndef ___VBoxDbgGl_h__*/45 #endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxDbgGl_h */ -
trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/VBoxWineEx.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VBoxWineEx_h__19 #define ___VBoxWineEx_h__18 #ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxWineEx_h 19 #define VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxWineEx_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 151 151 #endif /* #ifndef IN_VBOXLIBWINE */ 152 152 153 #endif 153 #endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxWineEx_h */ -
trunk/src/VBox/Devices/Graphics/shaderlib/wined3d_gl.h
r76520 r76565 53 53 */ 54 54 55 #ifndef __WINE_WINED3D_GL_H56 #define __WINE_WINED3D_GL_H55 #ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_gl_h 56 #define VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_gl_h 57 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 58 # pragma once … … 4574 4574 USE_GL_FUNC(WINED3D_PFNWGLSETPIXELFORMATWINE, wglSetPixelFormatWINE, 0, NULL) 4575 4575 4576 #endif /* __WINE_WINED3D_GL*/4576 #endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_gl_h */ -
trunk/src/VBox/Devices/Graphics/shaderlib/wined3d_private.h
r76520 r76565 31 31 */ 32 32 33 #ifndef __WINE_WINED3D_PRIVATE_H34 #define __WINE_WINED3D_PRIVATE_H33 #ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_private_h 34 #define VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_private_h 35 35 #ifndef RT_WITHOUT_PRAGMA_ONCE 36 36 # pragma once … … 3476 3476 #endif 3477 3477 3478 #endif 3478 #endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_wined3d_private_h */ -
trunk/src/VBox/Devices/Graphics/shaderlib/winoverride.h
r76553 r76565 16 16 */ 17 17 18 #ifndef __WINOVERRIDE_H__19 #define __WINOVERRIDE_H__18 #ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_winoverride_h 19 #define VBOX_INCLUDED_SRC_Graphics_shaderlib_winoverride_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 33 33 void VBoxDebugBreak(void); 34 34 35 #endif /* ! __WINOVERRIDE_H__*/35 #endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_winoverride_h */ 36 36 -
trunk/src/VBox/Devices/Graphics/vmsvga/backdoor_def.h
r76520 r76565 126 126 #define BDOOR_CMD(ecx) ((ecx) & 0xffff) 127 127 128 #endif /* _BACKDOOR_DEF_H_ */128 #endif /* !_BACKDOOR_DEF_H_ */ -
trunk/src/VBox/Devices/Graphics/vmsvga/svga3d_caps.h
r76520 r76565 140 140 #endif 141 141 142 #endif / / _SVGA3D_CAPS_H_142 #endif /* !_SVGA3D_CAPS_H_ */ -
trunk/src/VBox/Devices/Graphics/vmsvga/svga3d_reg.h
r76520 r76565 1903 1903 } SVGA3dDevCapResult; 1904 1904 1905 #endif /* _SVGA3D_REG_H_ */1905 #endif /* !_SVGA3D_REG_H_ */ -
trunk/src/VBox/Devices/Graphics/vmsvga/svga3d_shaderdefs.h
r76520 r76565 523 523 #endif 524 524 525 #endif /* __SVGA3D_SHADER_DEFS__ */525 #endif /* !__SVGA3D_SHADER_DEFS__ */ -
trunk/src/VBox/Devices/Graphics/vmsvga/svga_escape.h
r76520 r76565 90 90 } SVGAEscapeHintFullscreen; 91 91 92 #endif /* _SVGA_ESCAPE_H_ */92 #endif /* !_SVGA_ESCAPE_H_ */ -
trunk/src/VBox/Devices/Graphics/vmsvga/svga_overlay.h
r76520 r76565 202 202 } 203 203 #endif 204 #endif / / _SVGA_OVERLAY_H_204 #endif /* !_SVGA_OVERLAY_H_ */ -
trunk/src/VBox/Devices/Graphics/vmsvga/svga_reg.h
r76520 r76565 1556 1556 SVGAFifoCmdRemapGMR2; 1557 1557 1558 #endif 1558 #endif /* !_SVGA_REG_H_ */ -
trunk/src/VBox/Devices/Graphics/vmsvga/vmmouse_defs.h
r76520 r76565 72 72 #define VMMOUSE_MIDDLE_BUTTON 0x08 73 73 74 #endif 74 #endif /* !_VMMOUSE_DEFS_H_ */ -
trunk/src/VBox/Devices/Graphics/vmsvga_glext/glext.h
r76520 r76565 13148 13148 #endif 13149 13149 13150 #endif 13150 #endif /* !__glext_h_ */ -
trunk/src/VBox/Devices/Graphics/vmsvga_glext/glxext.h
r76520 r76565 1030 1030 #endif 1031 1031 1032 #endif 1032 #endif /* !__glxext_h_ */ -
trunk/src/VBox/Devices/Graphics/vmsvga_glext/wglext.h
r76520 r76565 952 952 #endif 953 953 954 #endif 954 #endif /* !__wglext_h_ */ -
trunk/src/VBox/Devices/Input/PS2Dev.h
r76553 r76565 16 16 */ 17 17 18 #ifndef PS2DEV_H19 #define PS2DEV_H18 #ifndef VBOX_INCLUDED_SRC_Input_PS2Dev_h 19 #define VBOX_INCLUDED_SRC_Input_PS2Dev_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 92 92 int32_t XlateAT2PC(int32_t state, uint8_t scanIn, uint8_t *pScanOut); 93 93 94 #endif 94 #endif /* !VBOX_INCLUDED_SRC_Input_PS2Dev_h */ -
trunk/src/VBox/Devices/Network/DevE1000Phy.h
r76553 r76565 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_ Network_DevE1000_h19 #define VBOX_INCLUDED_ Network_DevE1000_h18 #ifndef VBOX_INCLUDED_SRC_Network_DevE1000Phy_h 19 #define VBOX_INCLUDED_SRC_Network_DevE1000Phy_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 136 136 } 137 137 138 #endif 138 #endif /* !VBOX_INCLUDED_SRC_Network_DevE1000Phy_h */ 139 139 -
trunk/src/VBox/Devices/Network/DevEEPROM.h
r76553 r76565 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_ Network_DevEEPROM_h19 #define VBOX_INCLUDED_ Network_DevEEPROM_h18 #ifndef VBOX_INCLUDED_SRC_Network_DevEEPROM_h 19 #define VBOX_INCLUDED_SRC_Network_DevEEPROM_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 139 139 }; 140 140 141 #endif 141 #endif /* !VBOX_INCLUDED_SRC_Network_DevEEPROM_h */ -
trunk/src/VBox/Devices/Network/Pcap.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VBox_Pcap_h19 #define ___VBox_Pcap_h18 #ifndef VBOX_INCLUDED_SRC_Network_Pcap_h 19 #define VBOX_INCLUDED_SRC_Network_Pcap_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 39 39 RT_C_DECLS_END 40 40 41 #endif 41 #endif /* !VBOX_INCLUDED_SRC_Network_Pcap_h */ 42 42 -
trunk/src/VBox/Devices/Network/lwip-new/vbox/VBoxLwipCore.h
r76553 r76565 17 17 */ 18 18 19 #ifndef __VBOXLWIPCORE_H__20 #define __VBOXLWIPCORE_H__19 #ifndef VBOX_INCLUDED_SRC_Network_lwip_new_vbox_VBoxLwipCore_h 20 #define VBOX_INCLUDED_SRC_Network_lwip_new_vbox_VBoxLwipCore_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 31 31 int vboxLwipCoreInitialize(PFNRT1 pfnCallback, void * pfnCallbackArg); 32 32 void vboxLwipCoreFinalize(PFNRT1 pfnCallback, void * pfnCallbackArg); 33 #endif 33 #endif /* !VBOX_INCLUDED_SRC_Network_lwip_new_vbox_VBoxLwipCore_h */ -
trunk/src/VBox/Devices/Network/lwipopts.h
r76520 r76565 1 1 2 #ifndef VBOX_ LWIP_OPTS_H_3 #define VBOX_ LWIP_OPTS_H_2 #ifndef VBOX_INCLUDED_SRC_Network_lwipopts_h 3 #define VBOX_INCLUDED_SRC_Network_lwipopts_h 4 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 5 # pragma once … … 184 184 #include "lwip-namespace.h" 185 185 186 #endif 186 #endif /* !VBOX_INCLUDED_SRC_Network_lwipopts_h */ -
trunk/src/VBox/Devices/PC/BIOS/ata.h
r76553 r76565 53 53 */ 54 54 55 #ifndef VBOX_INCLUDED_ PC_BIOS_ata_h56 #define VBOX_INCLUDED_ PC_BIOS_ata_h55 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_ata_h 56 #define VBOX_INCLUDED_SRC_PC_BIOS_ata_h 57 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 58 # pragma once … … 187 187 extern void ata_reset(uint16_t device); 188 188 189 #endif 189 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_ata_h */ 190 190 -
trunk/src/VBox/Devices/PC/BIOS/biosint.h
r76553 r76565 53 53 */ 54 54 55 #ifndef VBOX_INCLUDED_ BIOS_biosint_h56 #define VBOX_INCLUDED_ BIOS_biosint_h55 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_biosint_h 56 #define VBOX_INCLUDED_SRC_PC_BIOS_biosint_h 57 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 58 # pragma once … … 308 308 #define PIC_CMD_INIT 0x11 309 309 310 #endif 311 310 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_biosint_h */ 311 -
trunk/src/VBox/Devices/PC/BIOS/ebda.h
r76553 r76565 53 53 */ 54 54 55 #ifndef VBOX_INCLUDED_ BIOS_ebda_h56 #define VBOX_INCLUDED_ BIOS_ebda_h55 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_ebda_h 56 #define VBOX_INCLUDED_SRC_PC_BIOS_ebda_h 57 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 58 # pragma once … … 379 379 380 380 #endif 381 #endif 382 381 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_ebda_h */ 382 -
trunk/src/VBox/Devices/PC/BIOS/inlines.h
r76553 r76565 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_ BIOS_inlines_h19 #define VBOX_INCLUDED_ BIOS_inlines_h18 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_inlines_h 19 #define VBOX_INCLUDED_SRC_PC_BIOS_inlines_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 244 244 #endif 245 245 246 #endif 247 246 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_inlines_h */ 247 -
trunk/src/VBox/Devices/PC/BIOS/pciutil.h
r76553 r76565 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_ BIOS_pciutils_h19 #define VBOX_INCLUDED_ BIOS_pciutils_h18 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_pciutil_h 19 #define VBOX_INCLUDED_SRC_PC_BIOS_pciutil_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 34 34 extern void pci_write_config_dword(uint8_t bus, uint8_t dev_fn, uint8_t reg, uint32_t val); 35 35 36 #endif 36 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_pciutil_h */ 37 37 -
trunk/src/VBox/Devices/PC/BIOS/vds.h
r76553 r76565 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_ BIOS_vds_h19 #define VBOX_INCLUDED_ BIOS_vds_h18 #ifndef VBOX_INCLUDED_SRC_PC_BIOS_vds_h 19 #define VBOX_INCLUDED_SRC_PC_BIOS_vds_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 119 119 uint32_t vds_real_to_lin( void __far *ptr ); 120 120 121 #endif 121 #endif /* !VBOX_INCLUDED_SRC_PC_BIOS_vds_h */ 122 122 -
trunk/src/VBox/Devices/PC/DevFwCommon.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___PC_FwCommon_h19 #define ___PC_FwCommon_h18 #ifndef VBOX_INCLUDED_SRC_PC_DevFwCommon_h 19 #define VBOX_INCLUDED_SRC_PC_DevFwCommon_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 32 32 void FwCommonPlantMpsFloatPtr(PPDMDEVINS pDevIns, uint32_t u32MpTableAddr); 33 33 34 #endif 34 #endif /* !VBOX_INCLUDED_SRC_PC_DevFwCommon_h */ -
trunk/src/VBox/Devices/PC/DevPcBios.h
r76553 r76565 16 16 */ 17 17 18 #ifndef DEV_PCBIOS_H19 #define DEV_PCBIOS_H18 #ifndef VBOX_INCLUDED_SRC_PC_DevPcBios_h 19 #define VBOX_INCLUDED_SRC_PC_DevPcBios_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 50 50 #define VBOX_SMBIOS_MAXSS 0xff /* Not very accurate */ 51 51 52 #endif 52 #endif /* !VBOX_INCLUDED_SRC_PC_DevPcBios_h */ -
trunk/src/VBox/Devices/Serial/UartCore.h
r76553 r76565 18 18 */ 19 19 20 #ifndef ___UartCore_h21 #define ___UartCore_h20 #ifndef VBOX_INCLUDED_SRC_Serial_UartCore_h 21 #define VBOX_INCLUDED_SRC_Serial_UartCore_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 346 346 RT_C_DECLS_END 347 347 348 #endif 348 #endif /* !VBOX_INCLUDED_SRC_Serial_UartCore_h */ -
trunk/src/VBox/Devices/Storage/ATAPIPassthrough.h
r76553 r76565 16 16 */ 17 17 18 #ifndef __ATAPIPassthrough_h19 #define __ATAPIPassthrough_h18 #ifndef VBOX_INCLUDED_SRC_Storage_ATAPIPassthrough_h 19 #define VBOX_INCLUDED_SRC_Storage_ATAPIPassthrough_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 98 98 RT_C_DECLS_END 99 99 100 #endif /* __ATAPIPassthrough_h */100 #endif /* !VBOX_INCLUDED_SRC_Storage_ATAPIPassthrough_h */ -
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h
r76553 r76565 16 16 */ 17 17 18 #ifndef __DEVLSILOGICSCSI_H__19 #define __DEVLSILOGICSCSI_H__18 #ifndef VBOX_INCLUDED_SRC_Storage_DevLsiLogicSCSI_h 19 #define VBOX_INCLUDED_SRC_Storage_DevLsiLogicSCSI_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 3646 3646 #define LSILOGIC_REG_REPLY_QUEUE 0x44 3647 3647 3648 #endif /* __DEVLSILOGICSCSI_H__*/3648 #endif /* !VBOX_INCLUDED_SRC_Storage_DevLsiLogicSCSI_h */ -
trunk/src/VBox/Devices/Storage/DrvHostBase.h
r76553 r76565 16 16 */ 17 17 18 #ifndef __HostDrvBase_h__19 #define __HostDrvBase_h__18 #ifndef VBOX_INCLUDED_SRC_Storage_DrvHostBase_h 19 #define VBOX_INCLUDED_SRC_Storage_DrvHostBase_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 190 190 RT_C_DECLS_END 191 191 192 #endif 192 #endif /* !VBOX_INCLUDED_SRC_Storage_DrvHostBase_h */ -
trunk/src/VBox/Devices/Storage/HBDMgmt.h
r76553 r76565 16 16 */ 17 17 18 #ifndef __HBDMgmt_h19 #define __HBDMgmt_h18 #ifndef VBOX_INCLUDED_SRC_Storage_HBDMgmt_h 19 #define VBOX_INCLUDED_SRC_Storage_HBDMgmt_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 92 92 RT_C_DECLS_END 93 93 94 #endif /* __HBDMgmt_h */94 #endif /* !VBOX_INCLUDED_SRC_Storage_HBDMgmt_h */ -
trunk/src/VBox/Devices/Storage/IOBufMgmt.h
r76553 r76565 16 16 */ 17 17 18 #ifndef __IOBufMgmt_h19 #define __IOBufMgmt_h18 #ifndef VBOX_INCLUDED_SRC_Storage_IOBufMgmt_h 19 #define VBOX_INCLUDED_SRC_Storage_IOBufMgmt_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 109 109 RT_C_DECLS_END 110 110 111 #endif /* __HBDMgmt_h */111 #endif /* !VBOX_INCLUDED_SRC_Storage_IOBufMgmt_h */ -
trunk/src/VBox/Devices/Storage/VBoxSCSI.h
r76553 r76565 63 63 */ 64 64 65 #ifndef ___Storage_VBoxSCSI_h66 #define ___Storage_VBoxSCSI_h65 #ifndef VBOX_INCLUDED_SRC_Storage_VBoxSCSI_h 66 #define VBOX_INCLUDED_SRC_Storage_VBoxSCSI_h 67 67 #ifndef RT_WITHOUT_PRAGMA_ONCE 68 68 # pragma once … … 155 155 #endif /* IN_RING3 */ 156 156 157 #endif /* ! ___Storage_VBoxSCSI_h */157 #endif /* !VBOX_INCLUDED_SRC_Storage_VBoxSCSI_h */ 158 158 -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VSCSIInternal_h19 #define ___VSCSIInternal_h18 #ifndef VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIInternal_h 19 #define VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 690 690 } 691 691 692 #endif /* ___VSCSIInternal_h */693 692 #endif /* !VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIInternal_h */ 693 -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIVpdPages.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VSCSIVpdPages_h19 #define ___VSCSIVpdPages_h18 #ifndef VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIVpdPages_h 19 #define VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIVpdPages_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 199 199 typedef const VSCSIVPDPAGEBLOCKPROV *PCVSCSIVPDPAGEBLOCKPROVS; 200 200 201 #endif /* ___VSCSIVpdPages_h */202 201 #endif /* !VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIVpdPages_h */ 202 -
trunk/src/VBox/Devices/Storage/swab.h
r76553 r76565 27 27 */ 28 28 29 #ifndef _VBOX_LINUX_SWAB_H30 #define _VBOX_LINUX_SWAB_H29 #ifndef VBOX_INCLUDED_SRC_Storage_swab_h 30 #define VBOX_INCLUDED_SRC_Storage_swab_h 31 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 32 # pragma once … … 62 62 } 63 63 64 #endif /* _VBOX_LINUX_SWAB_H*/64 #endif /* !VBOX_INCLUDED_SRC_Storage_swab_h */ -
trunk/src/VBox/Devices/USB/USBProxyDevice.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___USBProxyDevice_h19 #define ___USBProxyDevice_h18 #ifndef VBOX_INCLUDED_SRC_USB_USBProxyDevice_h 19 #define VBOX_INCLUDED_SRC_USB_USBProxyDevice_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 275 275 RT_C_DECLS_END 276 276 277 #endif 278 277 #endif /* !VBOX_INCLUDED_SRC_USB_USBProxyDevice_h */ 278 -
trunk/src/VBox/Devices/USB/VUSBInternal.h
r76553 r76565 21 21 */ 22 22 23 #ifndef ___VUSBInternal_h24 #define ___VUSBInternal_h23 #ifndef VBOX_INCLUDED_SRC_USB_VUSBInternal_h 24 #define VBOX_INCLUDED_SRC_USB_VUSBInternal_h 25 25 #ifndef RT_WITHOUT_PRAGMA_ONCE 26 26 # pragma once … … 744 744 745 745 RT_C_DECLS_END 746 #endif 747 746 #endif /* !VBOX_INCLUDED_SRC_USB_VUSBInternal_h */ 747 -
trunk/src/VBox/Devices/USB/VUSBSniffer.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VUSBSniffer_h19 #define ___VUSBSniffer_h18 #ifndef VBOX_INCLUDED_SRC_USB_VUSBSniffer_h 19 #define VBOX_INCLUDED_SRC_USB_VUSBSniffer_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 98 98 99 99 RT_C_DECLS_END 100 #endif 100 #endif /* !VBOX_INCLUDED_SRC_USB_VUSBSniffer_h */ 101 101 -
trunk/src/VBox/Devices/USB/VUSBSnifferInternal.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VUSBSnifferInternal_h19 #define ___VUSBSnifferInternal_h18 #ifndef VBOX_INCLUDED_SRC_USB_VUSBSnifferInternal_h 19 #define VBOX_INCLUDED_SRC_USB_VUSBSnifferInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 107 107 108 108 RT_C_DECLS_END 109 #endif /* * !___VUSBSnifferInternal_h */109 #endif /* !VBOX_INCLUDED_SRC_USB_VUSBSnifferInternal_h */ -
trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VMMDev_VMMDevHGCM_h19 #define ___VMMDev_VMMDevHGCM_h18 #ifndef VBOX_INCLUDED_SRC_VMMDev_VMMDevHGCM_h 19 #define VBOX_INCLUDED_SRC_VMMDev_VMMDevHGCM_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 46 46 RT_C_DECLS_END 47 47 48 #endif /* ! ___VMMDev_VMMDevHGCM_h */48 #endif /* !VBOX_INCLUDED_SRC_VMMDev_VMMDevHGCM_h */ 49 49 -
trunk/src/VBox/Devices/VMMDev/VMMDevState.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VMMDev_VMMDevState_h19 #define ___VMMDev_VMMDevState_h18 #ifndef VBOX_INCLUDED_SRC_VMMDev_VMMDevState_h 19 #define VBOX_INCLUDED_SRC_VMMDev_VMMDevState_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 453 453 #define VMMDEV_SAVED_STATE_VERSION_VBOX_30 11 454 454 455 #endif /* ! ___VMMDev_VMMDevState_h */456 455 #endif /* !VBOX_INCLUDED_SRC_VMMDev_VMMDevState_h */ 456 -
trunk/src/VBox/Devices/VMMDev/VMMDevTesting.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VMMDev_VMMDevTesting_h19 #define ___VMMDev_VMMDevTesting_h18 #ifndef VBOX_INCLUDED_SRC_VMMDev_VMMDevTesting_h 19 #define VBOX_INCLUDED_SRC_VMMDev_VMMDevTesting_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 32 32 RT_C_DECLS_END 33 33 34 #endif 34 #endif /* !VBOX_INCLUDED_SRC_VMMDev_VMMDevTesting_h */ 35 35 -
trunk/src/VBox/Devices/VirtIO/Virtio.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VBox_Virtio_h19 #define ___VBox_Virtio_h18 #ifndef VBOX_INCLUDED_SRC_VirtIO_Virtio_h 19 #define VBOX_INCLUDED_SRC_VirtIO_Virtio_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 332 332 } 333 333 334 #endif /* ! ___VBox_Virtio_h */334 #endif /* !VBOX_INCLUDED_SRC_VirtIO_Virtio_h */ -
trunk/src/VBox/Devices/build/VBoxDD.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___build_VBoxDD_h19 #define ___build_VBoxDD_h18 #ifndef VBOX_INCLUDED_SRC_build_VBoxDD_h 19 #define VBOX_INCLUDED_SRC_build_VBoxDD_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 195 195 RT_C_DECLS_END 196 196 197 #endif 197 #endif /* !VBOX_INCLUDED_SRC_build_VBoxDD_h */ 198 198 -
trunk/src/VBox/Devices/build/VBoxDD2.h
r76553 r76565 18 18 */ 19 19 20 #ifndef ___build_VBoxDD2_h21 #define ___build_VBoxDD2_h20 #ifndef VBOX_INCLUDED_SRC_build_VBoxDD2_h 21 #define VBOX_INCLUDED_SRC_build_VBoxDD2_h 22 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 23 # pragma once … … 70 70 RT_C_DECLS_END 71 71 72 #endif 72 #endif /* !VBOX_INCLUDED_SRC_build_VBoxDD2_h */ 73 73 -
trunk/src/VBox/Devices/testcase/tstDeviceInternal.h
r76553 r76565 15 15 */ 16 16 17 #ifndef ___tstDeviceInternal_h18 #define ___tstDeviceInternal_h17 #ifndef VBOX_INCLUDED_SRC_testcase_tstDeviceInternal_h 18 #define VBOX_INCLUDED_SRC_testcase_tstDeviceInternal_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 239 239 RT_C_DECLS_END 240 240 241 #endif 241 #endif /* !VBOX_INCLUDED_SRC_testcase_tstDeviceInternal_h */ -
trunk/src/VBox/Devices/testcase/tstDevicePlugin.h
r76553 r76565 15 15 */ 16 16 17 #ifndef ___tstDevicePlugin_h18 #define ___tstDevicePlugin_h17 #ifndef VBOX_INCLUDED_SRC_testcase_tstDevicePlugin_h 18 #define VBOX_INCLUDED_SRC_testcase_tstDevicePlugin_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 126 126 #define TSTDEV_PLUGIN_LOAD_NAME "TSTDevPluginLoad" 127 127 128 #endif 128 #endif /* !VBOX_INCLUDED_SRC_testcase_tstDevicePlugin_h */ -
trunk/src/VBox/Devices/testcase/tstDeviceVMMInternal.h
r76561 r76565 16 16 */ 17 17 18 #ifndef ___tstDeviceVMMInternal_h19 #define ___tstDeviceVMMInternal_h18 #ifndef VBOX_INCLUDED_SRC_testcase_tstDeviceVMMInternal_h 19 #define VBOX_INCLUDED_SRC_testcase_tstDeviceVMMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 361 361 RT_C_DECLS_END 362 362 363 #endif 364 363 #endif /* !VBOX_INCLUDED_SRC_testcase_tstDeviceVMMInternal_h */ 364
Note:
See TracChangeset
for help on using the changeset viewer.