Revision d4834ff9 linux-headers/asm-powerpc/kvm_para.h

b/linux-headers/asm-powerpc/kvm_para.h
17 17
 * Authors: Hollis Blanchard <hollisb@us.ibm.com>
18 18
 */
19 19

  
20
#ifndef _UAPI__POWERPC_KVM_PARA_H__
21
#define _UAPI__POWERPC_KVM_PARA_H__
20
#ifndef __POWERPC_KVM_PARA_H__
21
#define __POWERPC_KVM_PARA_H__
22 22

  
23 23
#include <linux/types.h>
24 24

  
......
75 75
};
76 76

  
77 77
#define KVM_SC_MAGIC_R0		0x4b564d21 /* "KVM!" */
78
#define HC_VENDOR_KVM		(42 << 16)
79
#define HC_EV_SUCCESS		0
80
#define HC_EV_UNIMPLEMENTED	12
78

  
79
#define KVM_HCALL_TOKEN(num)     _EV_HCALL_TOKEN(EV_KVM_VENDOR_ID, num)
80

  
81
#include <asm/epapr_hcalls.h>
81 82

  
82 83
#define KVM_FEATURE_MAGIC_PAGE	1
83 84

  
......
87 88
#define KVM_MAGIC_FEAT_MAS0_TO_SPRG7	(1 << 1)
88 89

  
89 90

  
90
#endif /* _UAPI__POWERPC_KVM_PARA_H__ */
91
#endif /* __POWERPC_KVM_PARA_H__ */

Also available in: Unified diff