GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / x86 / include / asm / mshyperv.h
blob79ce5685ab64168bc8314566a0e9d976aa3335de
1 #ifndef _ASM_X86_MSHYPER_H
2 #define _ASM_X86_MSHYPER_H
4 #include <linux/types.h>
5 #include <asm/hyperv.h>
7 struct ms_hyperv_info {
8 u32 features;
9 u32 hints;
12 extern struct ms_hyperv_info ms_hyperv;
14 #endif