Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / x86 / include / asm / mshyperv.h
CommitLineData
e08cae41
PA
1#ifndef _ASM_X86_MSHYPER_H
2#define _ASM_X86_MSHYPER_H
a2a47c6c 3
e08cae41
PA
4#include <linux/types.h>
5#include <asm/hyperv.h>
6
7struct ms_hyperv_info {
8 u32 features;
9 u32 hints;
10};
11
12extern struct ms_hyperv_info ms_hyperv;
a2a47c6c
KS
13
14#endif
This page took 0.167353 seconds and 5 git commands to generate.