]> Git Repo - linux.git/blob - include/linux/hypervisor.h
x86/vector/msi: Select CONFIG_GENERIC_IRQ_RESERVATION_MODE
[linux.git] / include / linux / hypervisor.h
1 #ifndef __LINUX_HYPEVISOR_H
2 #define __LINUX_HYPEVISOR_H
3
4 /*
5  *      Generic Hypervisor support
6  *              Juergen Gross <[email protected]>
7  */
8
9 #ifdef CONFIG_HYPERVISOR_GUEST
10 #include <asm/hypervisor.h>
11 #else
12 static inline void hypervisor_pin_vcpu(int cpu)
13 {
14 }
15 #endif
16
17 #endif /* __LINUX_HYPEVISOR_H */
This page took 0.032112 seconds and 4 git commands to generate.