Changeset 103005 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jan 23, 2024 11:55:58 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161239
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_svm.h
r98103 r103005 42 42 #include <VBox/types.h> 43 43 #include <iprt/assert.h> 44 #include <iprt/asm.h>45 44 46 45 #ifdef RT_OS_SOLARIS -
trunk/include/VBox/vmm/pdmaudioinline.h
r99559 r103005 52 52 #include <VBox/vmm/pdmaudioifs.h> 53 53 54 #include <iprt/asm-mem.h> 54 55 #include <iprt/asm.h> 55 56 #include <iprt/asm-math.h> -
trunk/include/VBox/vmm/pdmnetinline.h
r98103 r103005 49 49 #include <VBox/log.h> 50 50 #include <VBox/types.h> 51 #include <iprt/asm.h> 51 #include <iprt/asm.h> /* ASMByteSwapU16/U32 */ 52 52 #include <iprt/assert.h> 53 53 #include <iprt/net.h> -
trunk/include/VBox/vmm/vmcpuset.h
r98103 r103005 41 41 42 42 #include <VBox/types.h> 43 #include <iprt/asm-mem.h> 43 44 #include <iprt/asm.h> 44 45 #include <iprt/string.h>
Note:
See TracChangeset
for help on using the changeset viewer.