Changeset 8796 in vbox for trunk/src/VBox
- Timestamp:
- May 13, 2008 8:40:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c
r8789 r8796 45 45 #include <iprt/cpuset.h> 46 46 #include <iprt/log.h> 47 #include <VBox/x86.h> 47 // XXX VBox/x86.h not compatible with the Linux kernel sources 48 #ifdef RT_OS_LINUX 49 # define X86_CPUID_VENDOR_AMD_EBX 0x68747541 50 # define X86_CPUID_VENDOR_AMD_ECX 0x444d4163 51 # define X86_CPUID_VENDOR_AMD_EDX 0x69746e65 52 #else 53 # include <VBox/x86.h> 54 #endif 48 55 49 56 /*
Note:
See TracChangeset
for help on using the changeset viewer.