summaryrefslogtreecommitdiff
path: root/com32/gplinclude/cpuid.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-09-01 15:52:21 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-09-01 15:52:21 -0700
commitb247e81bb738358fef900aca1844e43f556c8e88 (patch)
tree1c2c53d680913e6cd985d0ff069a9667fab55775 /com32/gplinclude/cpuid.h
parent29fc5c5c502bc6a62e193b05b11225bbdd70c7bb (diff)
downloadsyslinux-b247e81bb738358fef900aca1844e43f556c8e88.tar.gz
gpllib: fix cpuid.h Once-Only Header wrapper
It seems that the cpuid.h had a misplaced #endif. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/gplinclude/cpuid.h')
-rw-r--r--com32/gplinclude/cpuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gplinclude/cpuid.h b/com32/gplinclude/cpuid.h
index 95d66e99..9e21cf98 100644
--- a/com32/gplinclude/cpuid.h
+++ b/com32/gplinclude/cpuid.h
@@ -159,7 +159,6 @@ struct cpuinfo_x86 {
unsigned char x86_clflush_size;
} __attribute__ ((__packed__));
-#endif
struct cpu_model_info {
int vendor;
@@ -208,3 +207,4 @@ struct intel_mp_floating {
extern void get_cpu_vendor(struct cpuinfo_x86 *c);
extern void detect_cpu(s_cpu * cpu);
+#endif