diff options
Diffstat (limited to 'include/uapi/linux/kvm.h')
-rw-r--r-- | include/uapi/linux/kvm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index 38a0be0c199f..4148becdc93f 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h | |||
@@ -837,6 +837,9 @@ struct kvm_device_attr { | |||
837 | __u64 addr; /* userspace address of attr data */ | 837 | __u64 addr; /* userspace address of attr data */ |
838 | }; | 838 | }; |
839 | 839 | ||
840 | #define KVM_DEV_TYPE_FSL_MPIC_20 1 | ||
841 | #define KVM_DEV_TYPE_FSL_MPIC_42 2 | ||
842 | |||
840 | /* | 843 | /* |
841 | * ioctls for VM fds | 844 | * ioctls for VM fds |
842 | */ | 845 | */ |