summaryrefslogtreecommitdiff
path: root/com32/gplinclude/cpuid.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@ning.com>2009-10-27 13:04:31 -0700
committerPierre-Alexandre Meyer <pierre@ning.com>2009-10-27 13:04:31 -0700
commit57c8555003f53800da1bb93a765d80678ae230ae (patch)
treeab40516182979cff6e3a7d2c5846bc6065aca4b1 /com32/gplinclude/cpuid.h
parent47ac912cd5d8df0a96b8f5b98d7476f7cfb1cb19 (diff)
parent3fc3126d0c7df5701680e043c34f200166f24564 (diff)
downloadsyslinux-57c8555003f53800da1bb93a765d80678ae230ae.tar.gz
Merge commit 'erwan/master' into hdt-0.3.5
Diffstat (limited to 'com32/gplinclude/cpuid.h')
-rw-r--r--com32/gplinclude/cpuid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/gplinclude/cpuid.h b/com32/gplinclude/cpuid.h
index f984751f..f85e6ab3 100644
--- a/com32/gplinclude/cpuid.h
+++ b/com32/gplinclude/cpuid.h
@@ -65,6 +65,8 @@ typedef struct {
bool nowext; /* AMD 3DNow! extensions */
bool now; /* 3DNow! */
bool smp; /* A smp configuration has been found */
+ bool vmx; /* Hardware virtualization */
+ bool svm; /* Secure virtual machine */
} s_cpu_flags;
typedef struct {