diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/uapi/asm/hyperv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/hyperv.h b/arch/x86/include/uapi/asm/hyperv.h index 90c458e66e13..ce6068dbcfbc 100644 --- a/arch/x86/include/uapi/asm/hyperv.h +++ b/arch/x86/include/uapi/asm/hyperv.h | |||
@@ -225,6 +225,8 @@ | |||
225 | #define HV_STATUS_INVALID_HYPERCALL_CODE 2 | 225 | #define HV_STATUS_INVALID_HYPERCALL_CODE 2 |
226 | #define HV_STATUS_INVALID_HYPERCALL_INPUT 3 | 226 | #define HV_STATUS_INVALID_HYPERCALL_INPUT 3 |
227 | #define HV_STATUS_INVALID_ALIGNMENT 4 | 227 | #define HV_STATUS_INVALID_ALIGNMENT 4 |
228 | #define HV_STATUS_INSUFFICIENT_MEMORY 11 | ||
229 | #define HV_STATUS_INVALID_CONNECTION_ID 18 | ||
228 | #define HV_STATUS_INSUFFICIENT_BUFFERS 19 | 230 | #define HV_STATUS_INSUFFICIENT_BUFFERS 19 |
229 | 231 | ||
230 | typedef struct _HV_REFERENCE_TSC_PAGE { | 232 | typedef struct _HV_REFERENCE_TSC_PAGE { |