Changeset 29250 in vbox for trunk/include/VBox
- Timestamp:
- May 9, 2010 5:53:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61332
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r28800 r29250 29 29 #include <VBox/types.h> 30 30 #include <VBox/err.h> 31 #include <VBox/x86.h> 31 32 #include <iprt/assert.h> 32 #include <iprt/asm.h>33 #include <VBox/x86.h>34 33 35 34 /** @defgroup grp_vmx vmx Types and Definitions -
trunk/include/VBox/sup.h
r28800 r29250 31 31 #include <iprt/assert.h> 32 32 #include <iprt/stdarg.h> 33 #include <iprt/asm.h>34 33 35 34 RT_C_DECLS_BEGIN … … 247 246 SUPDECL(PSUPGLOBALINFOPAGE) SUPGetGIP(void); 248 247 248 #ifdef ___iprt_asm_amd64_x86_h 249 249 /** 250 250 * Gets the TSC frequency of the calling CPU. … … 271 271 return pGip->aCPUs[iCpu].u64CpuHz; 272 272 } 273 273 #endif 274 274 275 275 /**
Note:
See TracChangeset
for help on using the changeset viewer.