crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()
[linux-stable.git] / include / linux / hypervisor.h
blob3fa5ef2b37590cd1b059f7d27025e4467b171eac
1 #ifndef __LINUX_HYPEVISOR_H
2 #define __LINUX_HYPEVISOR_H
4 /*
5 * Generic Hypervisor support
6 * Juergen Gross <jgross@suse.com>
7 */
9 #ifdef CONFIG_HYPERVISOR_GUEST
10 #include <asm/hypervisor.h>
11 #else
12 static inline void hypervisor_pin_vcpu(int cpu)
15 #endif
17 #endif /* __LINUX_HYPEVISOR_H */