Changeset 76560 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jan 1, 2019 3:01:10 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127862
- Location:
- trunk/src/VBox/Runtime/r0drv
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/alloc-r0drv.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___r0drv_alloc_r0drv_h28 #define ___r0drv_alloc_r0drv_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_alloc_r0drv_h 28 #define IPRT_INCLUDED_SRC_r0drv_alloc_r0drv_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___the_darwin_kernel_h28 #define ___the_darwin_kernel_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_darwin_the_darwin_kernel_h 28 #define IPRT_INCLUDED_SRC_r0drv_darwin_the_darwin_kernel_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___r0drv_freebsd_sleepqueue_r0drv_freebsd_h28 #define ___r0drv_freebsd_sleepqueue_r0drv_freebsd_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_freebsd_sleepqueue_r0drv_freebsd_h 28 #define IPRT_INCLUDED_SRC_r0drv_freebsd_sleepqueue_r0drv_freebsd_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h
r76513 r76560 29 29 */ 30 30 31 #ifndef ___the_freebsd_kernel_h32 #define ___the_freebsd_kernel_h31 #ifndef IPRT_INCLUDED_SRC_r0drv_freebsd_the_freebsd_kernel_h 32 #define IPRT_INCLUDED_SRC_r0drv_freebsd_the_freebsd_kernel_h 33 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 34 # pragma once -
trunk/src/VBox/Runtime/r0drv/haiku/the-haiku-kernel.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___the_haiku_kernel_h28 #define ___the_haiku_kernel_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_haiku_the_haiku_kernel_h 28 #define IPRT_INCLUDED_SRC_r0drv_haiku_the_haiku_kernel_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/linux/string.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___string_h28 #define ___string_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_linux_string_h 28 #define IPRT_INCLUDED_SRC_r0drv_linux_string_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r76557 r76560 25 25 */ 26 26 27 #ifndef ___the_linux_kernel_h28 #define ___the_linux_kernel_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_linux_the_linux_kernel_h 28 #define IPRT_INCLUDED_SRC_r0drv_linux_the_linux_kernel_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___r0drv_linux_waitqueue_r0drv_linux_h28 #define ___r0drv_linux_waitqueue_r0drv_linux_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_linux_waitqueue_r0drv_linux_h 28 #define IPRT_INCLUDED_SRC_r0drv_linux_waitqueue_r0drv_linux_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/mp-r0drv.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___r0drv_mp_r0drv_h28 #define ___r0drv_mp_r0drv_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_mp_r0drv_h 28 #define IPRT_INCLUDED_SRC_r0drv_mp_r0drv_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/netbsd/sleepqueue-r0drv-netbsd.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___r0drv_netbsd_sleepqueue_r0drv_netbsd_h28 #define ___r0drv_netbsd_sleepqueue_r0drv_netbsd_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_netbsd_sleepqueue_r0drv_netbsd_h 28 #define IPRT_INCLUDED_SRC_r0drv_netbsd_sleepqueue_r0drv_netbsd_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/netbsd/the-netbsd-kernel.h
r76513 r76560 29 29 */ 30 30 31 #ifndef ___the_netbsd_kernel_h32 #define ___the_netbsd_kernel_h31 #ifndef IPRT_INCLUDED_SRC_r0drv_netbsd_the_netbsd_kernel_h 32 #define IPRT_INCLUDED_SRC_r0drv_netbsd_the_netbsd_kernel_h 33 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 34 # pragma once -
trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___internal_r0drv_h28 #define ___internal_r0drv_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_nt_internal_r0drv_nt_h 28 #define IPRT_INCLUDED_SRC_r0drv_nt_internal_r0drv_nt_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
r76553 r76560 219 219 "\n" 220 220 "\n" 221 "#ifndef ___r0drv_nt_symdbdata_h\n"222 "#define ___r0drv_nt_symdbdata_h\n"221 "#ifndef IPRT_INCLUDED_SRC_nt_symdbdata_h\n" 222 "#define IPRT_INCLUDED_SRC_nt_symdbdata_h\n" 223 223 "\n" 224 224 "#include \"r0drv/nt/symdb.h\"\n" -
trunk/src/VBox/Runtime/r0drv/nt/symdb.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___internal_r0drv_nt_symdb_h28 #define ___internal_r0drv_nt_symdb_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_nt_symdb_h 28 #define IPRT_INCLUDED_SRC_r0drv_nt_symdb_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/nt/symdbdata.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___r0drv_nt_symdbdata_h28 #define ___r0drv_nt_symdbdata_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_nt_symdbdata_h 28 #define IPRT_INCLUDED_SRC_r0drv_nt_symdbdata_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___the_nt_kernel_h28 #define ___the_nt_kernel_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_nt_the_nt_kernel_h 28 #define IPRT_INCLUDED_SRC_r0drv_nt_the_nt_kernel_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h
r76513 r76560 29 29 */ 30 30 31 #ifndef ___the_os2_kernel_h32 #define ___the_os2_kernel_h31 #ifndef IPRT_INCLUDED_SRC_r0drv_os2_the_os2_kernel_h 32 #define IPRT_INCLUDED_SRC_r0drv_os2_the_os2_kernel_h 33 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 34 # pragma once -
trunk/src/VBox/Runtime/r0drv/power-r0drv.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___r0drv_powermgt_r0drv_h28 #define ___r0drv_powermgt_r0drv_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_power_r0drv_h 28 #define IPRT_INCLUDED_SRC_r0drv_power_r0drv_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___r0drv_solaris_memobj_r0drv_solaris_h28 #define ___r0drv_solaris_memobj_r0drv_solaris_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_solaris_memobj_r0drv_solaris_h 28 #define IPRT_INCLUDED_SRC_r0drv_solaris_memobj_r0drv_solaris_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___r0drv_solaris_semeventwait_r0drv_solaris_h28 #define ___r0drv_solaris_semeventwait_r0drv_solaris_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_solaris_semeventwait_r0drv_solaris_h 28 #define IPRT_INCLUDED_SRC_r0drv_solaris_semeventwait_r0drv_solaris_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___the_solaris_kernel_h28 #define ___the_solaris_kernel_h27 #ifndef IPRT_INCLUDED_SRC_r0drv_solaris_the_solaris_kernel_h 28 #define IPRT_INCLUDED_SRC_r0drv_solaris_the_solaris_kernel_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once
Note:
See TracChangeset
for help on using the changeset viewer.