diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index d50fe173028b..9fa13ebc3381 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -149,6 +149,7 @@ struct kvm_io_bus { | |||
149 | enum kvm_bus { | 149 | enum kvm_bus { |
150 | KVM_MMIO_BUS, | 150 | KVM_MMIO_BUS, |
151 | KVM_PIO_BUS, | 151 | KVM_PIO_BUS, |
152 | KVM_VIRTIO_CCW_NOTIFY_BUS, | ||
152 | KVM_NR_BUSES | 153 | KVM_NR_BUSES |
153 | }; | 154 | }; |
154 | 155 | ||