Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
kvm_para.h
Go to the documentation of this file.
1
#ifndef __LINUX_KVM_PARA_H
2
#define __LINUX_KVM_PARA_H
3
4
#include <
uapi/linux/kvm_para.h
>
5
6
7
static
inline
int
kvm_para_has_feature(
unsigned
int
feature
)
8
{
9
if
(kvm_arch_para_features() & (1
UL
<< feature))
10
return
1;
11
return
0;
12
}
13
#endif
/* __LINUX_KVM_PARA_H */
Generated on Thu Jan 10 2013 12:49:55 for Linux Kernel by
1.8.2