repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
uwb: Use kcalloc instead of kzalloc to allocate array
[zen-stable.git]
/
arch
/
x86
/
include
/
asm
/
mshyperv.h
blob
79ce5685ab64168bc8314566a0e9d976aa3335de
1
#ifndef _ASM_X86_MSHYPER_H
2
#define _ASM_X86_MSHYPER_H
3
4
#include <linux/types.h>
5
#include <asm/hyperv.h>
6
7
struct
ms_hyperv_info
{
8
u32 features
;
9
u32 hints
;
10
};
11
12
extern
struct
ms_hyperv_info ms_hyperv
;
13
14
#endif