VirtualBox

Changeset 29250 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 9, 2010 5:53:58 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61332
Message:

iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, don't include asm.h from sup.h. Fixed a couple file headers.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwacc_vmx.h

    r28800 r29250  
    2929#include <VBox/types.h>
    3030#include <VBox/err.h>
     31#include <VBox/x86.h>
    3132#include <iprt/assert.h>
    32 #include <iprt/asm.h>
    33 #include <VBox/x86.h>
    3433
    3534/** @defgroup grp_vmx   vmx Types and Definitions
  • trunk/include/VBox/sup.h

    r28800 r29250  
    3131#include <iprt/assert.h>
    3232#include <iprt/stdarg.h>
    33 #include <iprt/asm.h>
    3433
    3534RT_C_DECLS_BEGIN
     
    247246SUPDECL(PSUPGLOBALINFOPAGE)             SUPGetGIP(void);
    248247
     248#ifdef ___iprt_asm_amd64_x86_h
    249249/**
    250250 * Gets the TSC frequency of the calling CPU.
     
    271271    return pGip->aCPUs[iCpu].u64CpuHz;
    272272}
    273 
     273#endif
    274274
    275275/**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette