Changeset 76520 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Dec 30, 2018 5:39:55 AM (6 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 90 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer.h
r73714 r76520 18 18 #ifndef AUDIO_MIXBUF_H 19 19 #define AUDIO_MIXBUF_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Devices/Audio/AudioMixer.h
r74041 r76520 21 21 #ifndef AUDIO_MIXER_H 22 22 #define AUDIO_MIXER_H 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 # pragma once 25 #endif 23 26 24 27 #include <iprt/cdefs.h> -
trunk/src/VBox/Devices/Audio/DevHDA.h
r75802 r76520 18 18 #ifndef DEV_HDA_H 19 19 #define DEV_HDA_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/path.h> -
trunk/src/VBox/Devices/Audio/DevHDACommon.h
r76049 r76520 18 18 #ifndef DEV_HDA_COMMON_H 19 19 #define DEV_HDA_COMMON_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "AudioMixer.h" -
trunk/src/VBox/Devices/Audio/DrvAudio.h
r74006 r76520 18 18 #ifndef DRV_AUDIO_H 19 19 #define DRV_AUDIO_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <limits.h> -
trunk/src/VBox/Devices/Audio/HDACodec.h
r70249 r76520 18 18 #ifndef DEV_HDA_CODEC_H 19 19 #define DEV_HDA_CODEC_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/list.h> -
trunk/src/VBox/Devices/Audio/HDAStream.h
r76049 r76520 18 18 #ifndef HDA_STREAM_H 19 19 #define HDA_STREAM_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "DevHDACommon.h" -
trunk/src/VBox/Devices/Audio/HDAStreamChannel.h
r75962 r76520 18 18 #ifndef HDA_STREAMCHANNEL_H 19 19 #define HDA_STREAMCHANNEL_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 int hdaR3StreamChannelDataInit(PPDMAUDIOSTREAMCHANNELDATA pChanData, uint32_t fFlags); -
trunk/src/VBox/Devices/Audio/HDAStreamMap.h
r75962 r76520 18 18 #ifndef HDA_STREAMMAP_H 19 19 #define HDA_STREAMMAP_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /** -
trunk/src/VBox/Devices/Audio/HDAStreamPeriod.h
r71754 r76520 18 18 #ifndef HDA_STREAMPERIOD_H 19 19 #define HDA_STREAMPERIOD_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/critsect.h> -
trunk/src/VBox/Devices/Audio/VBoxMMNotificationClient.h
r69119 r76520 19 19 #ifndef ___VBOX_MMNOTIFICATIONCLIENT_H___ 20 20 #define ___VBOX_MMNOTIFICATIONCLIENT_H___ 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <iprt/critsect.h> -
trunk/src/VBox/Devices/Audio/alsa_mangling.h
r73642 r76520 20 20 #ifndef AUDIO_ALSA_MANGLING_H 21 21 #define AUDIO_ALSA_MANGLING_H 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #define ALSA_MANGLER(symbol) VBox_##symbol -
trunk/src/VBox/Devices/Audio/alsa_stubs.h
r69500 r76520 17 17 18 18 #ifndef AUDIO_ALSA_STUBS_H 19 # define AUDIO_ALSA_STUBS_H 19 #define AUDIO_ALSA_STUBS_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 extern int audioLoadAlsaLib(void); 21 24 #endif -
trunk/src/VBox/Devices/Audio/pulse_mangling.h
r73462 r76520 20 20 #ifndef AUDIO_PULSE_MANGLING_H 21 21 #define AUDIO_PULSE_MANGLING_H 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #define PULSE_MANGLER(symbol) VBox_##symbol -
trunk/src/VBox/Devices/Audio/pulse_stubs.h
r69119 r76520 18 18 #ifndef AUDIO_PULSE_STUBS_H 19 19 #define AUDIO_PULSE_STUBS_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 extern int audioLoadPulseLib(void); 21 24 #endif -
trunk/src/VBox/Devices/Bus/DevPciInternal.h
r70181 r76520 18 18 #ifndef ___Bus_DevPciInternal_h___ 19 19 #define ___Bus_DevPciInternal_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef PDMPCIDEV_INCLUDE_PRIVATE -
trunk/src/VBox/Devices/Bus/MsiCommon.h
r71773 r76520 18 18 #ifndef ___MSI_COMMON_H___ 19 19 #define ___MSI_COMMON_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 typedef CTX_SUFF(PCPDMPCIHLP) PCPDMPCIHLP; -
trunk/src/VBox/Devices/Bus/PciInline.h
r69124 r76520 18 18 #ifndef ___Bus_PciInline_h 19 19 #define ___Bus_PciInline_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 DECLINLINE(void) pciDevSetPci2PciBridge(PPDMPCIDEV pDev) -
trunk/src/VBox/Devices/EFI/DevEFI.h
r72500 r76520 31 31 #ifndef ___EFI_VBoxEFI_h 32 32 #define ___EFI_VBoxEFI_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 /** @defgroup grp_devefi DevEFI <-> Firmware Interfaces -
trunk/src/VBox/Devices/Graphics/BIOS/inlines.h
r76519 r76520 17 17 #ifndef VBOX_INCLUDED_Graphics_BIOS_inlines_h 18 18 #define VBOX_INCLUDED_Graphics_BIOS_inlines_h 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 extern unsigned inp(unsigned port); -
trunk/src/VBox/Devices/Graphics/BIOS/vbe.h
r69052 r76520 1 1 2 #ifndef vbe_h_included 2 3 #define vbe_h_included 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #include "vgabios.h" -
trunk/src/VBox/Devices/Graphics/BIOS/vgabios.h
r43152 r76520 1 1 2 #ifndef vgabios_h_included 2 3 #define vgabios_h_included 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 /* Types */ -
trunk/src/VBox/Devices/Graphics/BIOS/vgadefs.h
r76519 r76520 1 1 2 #ifndef VBOX_INCLUDED_Graphics_vgadefs_h 2 3 #define VBOX_INCLUDED_Graphics_vgadefs_h 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 /* -
trunk/src/VBox/Devices/Graphics/BIOS/vgafonts.h
r76519 r76520 7 7 #ifndef VBOX_INCLUDED_Graphics_vgafonts_h 8 8 #define VBOX_INCLUDED_Graphics_vgafonts_h 9 #ifndef RT_WITHOUT_PRAGMA_ONCE 10 # pragma once 11 #endif 9 12 10 13 static uint8_t vgafont8[256*8]= -
trunk/src/VBox/Devices/Graphics/BIOS/vgatables.h
r76519 r76520 1 1 2 #ifndef VBOX_INCLUDED_Graphics_vgatables_h 2 3 #define VBOX_INCLUDED_Graphics_vgatables_h 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 /* Video memory */ -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h
r76249 r76520 17 17 #ifndef ___DevVGA_SVGA_h___ 18 18 #define ___DevVGA_SVGA_h___ 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #ifndef VBOX_WITH_VMSVGA -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h
r69500 r76520 18 18 #ifndef __DevVGA_SVGA3d_cocoa_h 19 19 #define __DevVGA_SVGA3d_cocoa_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/types.h> -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-glLdr.h
r76315 r76520 18 18 #ifndef ___DevVGA_SVGA3d_gl_h 19 19 #define ___DevVGA_SVGA3d_gl_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef VMSVGA3D_OPENGL -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-internal.h
r76255 r76520 18 18 #ifndef ___DevVGA_SVGA3d_internal_h 19 19 #define ___DevVGA_SVGA3d_internal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.h
r76181 r76520 18 18 #ifndef ___DEVVMWARE3D_H___ 19 19 #define ___DEVVMWARE3D_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "vmsvga/svga3d_reg.h" -
trunk/src/VBox/Devices/Graphics/DevVGA.h
r76519 r76520 43 43 #ifndef VBOX_INCLUDED_Graphics_DevVGA_h 44 44 #define VBOX_INCLUDED_Graphics_DevVGA_h 45 #ifndef RT_WITHOUT_PRAGMA_ONCE 46 # pragma once 47 #endif 45 48 46 49 /** Use VBE bytewise I/O. Only needed for Windows Longhorn/Vista betas and backwards compatibility. */ -
trunk/src/VBox/Devices/Graphics/DevVGAModes.h
r76519 r76520 21 21 #ifndef VBOX_INCLUDED_Graphics_DevVGAModes_h 22 22 #define VBOX_INCLUDED_Graphics_DevVGAModes_h 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 # pragma once 25 #endif 23 26 24 27 #include <VBoxVideoVBE.h> -
trunk/src/VBox/Devices/Graphics/DevVGASavedState.h
r75715 r76520 19 19 */ 20 20 21 22 21 #ifndef ___Graphics_DevVGASavedState_h 23 22 #define ___Graphics_DevVGASavedState_h 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 # pragma once 25 #endif 24 26 25 27 /** Creates an eyecatching marker in the VGA saved state ("<uSub>Marker\n"). */ -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
r71651 r76520 16 16 */ 17 17 18 19 18 #ifndef ___HGSMIHost_h 20 19 #define ___HGSMIHost_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 #include <VBox/vmm/vm.h> -
trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h
r71590 r76520 18 18 #ifndef ___SHGSMIHost_h___ 19 19 #define ___SHGSMIHost_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "HGSMIHost.h" -
trunk/src/VBox/Devices/Graphics/shaderlib/shaderlib.h
r69500 r76520 16 16 */ 17 17 18 19 18 #ifndef ___shaderlib_h___ 20 19 #define ___shaderlib_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/Graphics/shaderlib/vboxext.h
r69500 r76520 18 18 #ifndef ___VBOXEXT_H___ 19 19 #define ___VBOXEXT_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifdef VBOX_WINE_WITHOUT_LIBWINE -
trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/VBoxDbgGl.h
r69500 r76520 18 18 #ifndef ___VBoxDbgGl_h__ 19 19 #define ___VBoxDbgGl_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 //#include <windows.h> -
trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/VBoxWineEx.h
r69500 r76520 18 18 #ifndef ___VBoxWineEx_h__ 19 19 #define ___VBoxWineEx_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 typedef enum -
trunk/src/VBox/Devices/Graphics/shaderlib/wined3d_gl.h
r53728 r76520 55 55 #ifndef __WINE_WINED3D_GL_H 56 56 #define __WINE_WINED3D_GL_H 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 # pragma once 59 #endif 57 60 58 61 #ifdef USE_WIN32_OPENGL -
trunk/src/VBox/Devices/Graphics/shaderlib/wined3d_private.h
r73097 r76520 33 33 #ifndef __WINE_WINED3D_PRIVATE_H 34 34 #define __WINE_WINED3D_PRIVATE_H 35 #ifndef RT_WITHOUT_PRAGMA_ONCE 36 # pragma once 37 #endif 35 38 36 39 #include <stdarg.h> -
trunk/src/VBox/Devices/Graphics/shaderlib/winoverride.h
r69500 r76520 18 18 #ifndef __WINOVERRIDE_H__ 19 19 #define __WINOVERRIDE_H__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define GetProcessHeap() ((HANDLE)0) -
trunk/src/VBox/Devices/Graphics/vmsvga/backdoor_def.h
r52970 r76520 31 31 */ 32 32 33 34 33 #ifndef _BACKDOOR_DEF_H_ 35 34 #define _BACKDOOR_DEF_H_ 35 #ifndef RT_WITHOUT_PRAGMA_ONCE 36 # pragma once 37 #endif 36 38 37 39 #define BDOOR_MAGIC 0x564D5868 -
trunk/src/VBox/Devices/Graphics/vmsvga/svga3d_caps.h
r52970 r76520 41 41 #ifndef _SVGA3D_CAPS_H_ 42 42 #define _SVGA3D_CAPS_H_ 43 #ifndef RT_WITHOUT_PRAGMA_ONCE 44 # pragma once 45 #endif 43 46 44 47 #define SVGA_FIFO_3D_CAPS_SIZE (SVGA_FIFO_3D_CAPS_LAST - \ -
trunk/src/VBox/Devices/Graphics/vmsvga/svga3d_reg.h
r69665 r76520 32 32 #ifndef _SVGA3D_REG_H_ 33 33 #define _SVGA3D_REG_H_ 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 # pragma once 36 #endif 34 37 35 38 #include "svga_reg.h" -
trunk/src/VBox/Devices/Graphics/vmsvga/svga3d_shaderdefs.h
r52970 r76520 38 38 #ifndef __SVGA3D_SHADER_DEFS__ 39 39 #define __SVGA3D_SHADER_DEFS__ 40 #ifndef RT_WITHOUT_PRAGMA_ONCE 41 # pragma once 42 #endif 40 43 41 44 /* SVGA3D shader hardware limits. */ -
trunk/src/VBox/Devices/Graphics/vmsvga/svga_escape.h
r52970 r76520 32 32 #ifndef _SVGA_ESCAPE_H_ 33 33 #define _SVGA_ESCAPE_H_ 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 # pragma once 36 #endif 34 37 35 38 -
trunk/src/VBox/Devices/Graphics/vmsvga/svga_overlay.h
r52970 r76520 32 32 #ifndef _SVGA_OVERLAY_H_ 33 33 #define _SVGA_OVERLAY_H_ 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 # pragma once 36 #endif 34 37 35 38 #include "svga_reg.h" -
trunk/src/VBox/Devices/Graphics/vmsvga/svga_reg.h
r52970 r76520 32 32 #ifndef _SVGA_REG_H_ 33 33 #define _SVGA_REG_H_ 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 # pragma once 36 #endif 34 37 35 38 /* -
trunk/src/VBox/Devices/Graphics/vmsvga/vmmouse_defs.h
r52970 r76520 33 33 #ifndef _VMMOUSE_DEFS_H_ 34 34 #define _VMMOUSE_DEFS_H_ 35 #ifndef RT_WITHOUT_PRAGMA_ONCE 36 # pragma once 37 #endif 35 38 36 39 /* -
trunk/src/VBox/Devices/Graphics/vmsvga_glext/glext.h
r52970 r76520 1 1 2 #ifndef __glext_h_ 2 3 #define __glext_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus -
trunk/src/VBox/Devices/Graphics/vmsvga_glext/glxext.h
r52970 r76520 1 1 2 #ifndef __glxext_h_ 2 3 #define __glxext_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus -
trunk/src/VBox/Devices/Graphics/vmsvga_glext/wglext.h
r52970 r76520 1 1 2 #ifndef __wglext_h_ 2 3 #define __wglext_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus -
trunk/src/VBox/Devices/Input/PS2Dev.h
r71351 r76520 18 18 #ifndef PS2DEV_H 19 19 #define PS2DEV_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /** The size of the PS2K/PS2M structure fillers. -
trunk/src/VBox/Devices/Network/DevE1000Phy.h
r76519 r76520 18 18 #ifndef VBOX_INCLUDED_Network_DevE1000_h 19 19 #define VBOX_INCLUDED_Network_DevE1000_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/types.h> -
trunk/src/VBox/Devices/Network/DevEEPROM.h
r76519 r76520 18 18 #ifndef VBOX_INCLUDED_Network_DevEEPROM_h 19 19 #define VBOX_INCLUDED_Network_DevEEPROM_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/types.h> -
trunk/src/VBox/Devices/Network/Pcap.h
r69500 r76520 18 18 #ifndef ___VBox_Pcap_h 19 19 #define ___VBox_Pcap_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/stream.h> -
trunk/src/VBox/Devices/Network/lwip-new/vbox/VBoxLwipCore.h
r69500 r76520 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 19 #ifndef __VBOXLWIPCORE_H__ 19 20 #define __VBOXLWIPCORE_H__ 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 20 24 21 25 -
trunk/src/VBox/Devices/Network/lwipopts.h
r69474 r76520 1 1 2 #ifndef VBOX_LWIP_OPTS_H_ 2 3 #define VBOX_LWIP_OPTS_H_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #include <VBox/cdefs.h> /* For VBOX_STRICT. */ -
trunk/src/VBox/Devices/PC/BIOS/ata.h
r76519 r76520 55 55 #ifndef VBOX_INCLUDED_PC_BIOS_ata_h 56 56 #define VBOX_INCLUDED_PC_BIOS_ata_h 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 # pragma once 59 #endif 57 60 58 61 #define ATA_DATA_NO 0x00 -
trunk/src/VBox/Devices/PC/BIOS/biosint.h
r76519 r76520 55 55 #ifndef VBOX_INCLUDED_BIOS_biosint_h 56 56 #define VBOX_INCLUDED_BIOS_biosint_h 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 # pragma once 59 #endif 57 60 58 61 /* Compile-time assertion macro. */ -
trunk/src/VBox/Devices/PC/BIOS/ebda.h
r76519 r76520 55 55 #ifndef VBOX_INCLUDED_BIOS_ebda_h 56 56 #define VBOX_INCLUDED_BIOS_ebda_h 57 #ifndef RT_WITHOUT_PRAGMA_ONCE 58 # pragma once 59 #endif 57 60 58 61 #include <stdint.h> -
trunk/src/VBox/Devices/PC/BIOS/inlines.h
r76519 r76520 18 18 #ifndef VBOX_INCLUDED_BIOS_inlines_h 19 19 #define VBOX_INCLUDED_BIOS_inlines_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 extern unsigned inp(unsigned port); -
trunk/src/VBox/Devices/PC/BIOS/pciutil.h
r76519 r76520 18 18 #ifndef VBOX_INCLUDED_BIOS_pciutils_h 19 19 #define VBOX_INCLUDED_BIOS_pciutils_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 extern uint16_t pci_find_device(uint16_t v_id, uint16_t d_id); -
trunk/src/VBox/Devices/PC/BIOS/vds.h
r76519 r76520 18 18 #ifndef VBOX_INCLUDED_BIOS_vds_h 19 19 #define VBOX_INCLUDED_BIOS_vds_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Virtual DMA Services (VDS) */ -
trunk/src/VBox/Devices/PC/DevFwCommon.h
r73142 r76520 18 18 #ifndef ___PC_FwCommon_h 19 19 #define ___PC_FwCommon_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "DevPcBios.h" -
trunk/src/VBox/Devices/PC/DevPcBios.h
r71062 r76520 18 18 #ifndef DEV_PCBIOS_H 19 19 #define DEV_PCBIOS_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /** @def VBOX_DMI_TABLE_BASE */ -
trunk/src/VBox/Devices/Serial/UartCore.h
r74919 r76520 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 18 */ 19 19 20 #ifndef ___UartCore_h 20 21 #define ___UartCore_h 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 21 25 22 26 #include <VBox/types.h> -
trunk/src/VBox/Devices/Storage/ATAPIPassthrough.h
r69500 r76520 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef __ATAPIPassthrough_h 18 19 #define __ATAPIPassthrough_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h
r69500 r76520 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef __DEVLSILOGICSCSI_H__ 18 19 #define __DEVLSILOGICSCSI_H__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <iprt/stdint.h> -
trunk/src/VBox/Devices/Storage/DrvHostBase.h
r69500 r76520 18 18 #ifndef __HostDrvBase_h__ 19 19 #define __HostDrvBase_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/assert.h> -
trunk/src/VBox/Devices/Storage/HBDMgmt.h
r69500 r76520 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef __HBDMgmt_h 18 19 #define __HBDMgmt_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/Storage/IOBufMgmt.h
r69500 r76520 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef __IOBufMgmt_h 18 19 #define __IOBufMgmt_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/Storage/VBoxSCSI.h
r69500 r76520 65 65 #ifndef ___Storage_VBoxSCSI_h 66 66 #define ___Storage_VBoxSCSI_h 67 #ifndef RT_WITHOUT_PRAGMA_ONCE 68 # pragma once 69 #endif 67 70 68 71 /******************************************************************************* -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h
r76346 r76520 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef ___VSCSIInternal_h 18 19 #define ___VSCSIInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <VBox/vscsi.h> -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIVpdPages.h
r69500 r76520 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef ___VSCSIVpdPages_h 18 19 #define ___VSCSIVpdPages_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <iprt/stdint.h> -
trunk/src/VBox/Devices/Storage/swab.h
r69500 r76520 29 29 #ifndef _VBOX_LINUX_SWAB_H 30 30 #define _VBOX_LINUX_SWAB_H 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 # pragma once 33 #endif 31 34 32 35 #define _LINUX_BYTEORDER_SWAB_H -
trunk/src/VBox/Devices/USB/USBProxyDevice.h
r69500 r76520 18 18 #ifndef ___USBProxyDevice_h 19 19 #define ___USBProxyDevice_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/USB/VUSBInternal.h
r73097 r76520 23 23 #ifndef ___VUSBInternal_h 24 24 #define ___VUSBInternal_h 25 #ifndef RT_WITHOUT_PRAGMA_ONCE 26 # pragma once 27 #endif 25 28 26 29 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/USB/VUSBSniffer.h
r69500 r76520 18 18 #ifndef ___VUSBSniffer_h 19 19 #define ___VUSBSniffer_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/USB/VUSBSnifferInternal.h
r69500 r76520 18 18 #ifndef ___VUSBSnifferInternal_h 19 19 #define ___VUSBSnifferInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> -
trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.h
r75990 r76520 18 18 #ifndef ___VMMDev_VMMDevHGCM_h 19 19 #define ___VMMDev_VMMDevHGCM_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VMMDevState.h" -
trunk/src/VBox/Devices/VMMDev/VMMDevState.h
r75990 r76520 18 18 #ifndef ___VMMDev_VMMDevState_h 19 19 #define ___VMMDev_VMMDevState_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBoxVideo.h> /* For VBVA definitions. */ -
trunk/src/VBox/Devices/VMMDev/VMMDevTesting.h
r69500 r76520 16 16 */ 17 17 18 19 18 #ifndef ___VMMDev_VMMDevTesting_h 20 19 #define ___VMMDev_VMMDevTesting_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 #include <VBox/types.h> -
trunk/src/VBox/Devices/VirtIO/Virtio.h
r73410 r76520 18 18 #ifndef ___VBox_Virtio_h 19 19 #define ___VBox_Virtio_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/ctype.h> -
trunk/src/VBox/Devices/build/VBoxDD.h
r73767 r76520 18 18 #ifndef ___build_VBoxDD_h 19 19 #define ___build_VBoxDD_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/vmm/pdm.h> -
trunk/src/VBox/Devices/build/VBoxDD2.h
r71829 r76520 20 20 #ifndef ___build_VBoxDD2_h 21 21 #define ___build_VBoxDD2_h 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include <VBox/vmm/pdm.h> -
trunk/src/VBox/Devices/testcase/tstDeviceInternal.h
r69305 r76520 17 17 #ifndef ___tstDeviceInternal_h 18 18 #define ___tstDeviceInternal_h 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include <VBox/types.h> -
trunk/src/VBox/Devices/testcase/tstDevicePlugin.h
r69305 r76520 17 17 #ifndef ___tstDevicePlugin_h 18 18 #define ___tstDevicePlugin_h 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include <VBox/types.h> -
trunk/src/VBox/Devices/testcase/tstDeviceVMMInternal.h
r69183 r76520 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef ___tstDeviceVMMInternal_h 18 19 #define ___tstDeviceVMMInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <VBox/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.