X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fvirtio.h;h=b46671e28de29a39d52810e2d51ca36562692889;hb=fd1496a0fc77f955317d6ca511f66a9e788e7e02;hp=e4abb84199bea7599940a4fe4ee026ee40f6a48d;hpb=6dd9158ae8577372aa433e6b0eae3c3d4caa5439;p=karo-tx-linux.git diff --git a/include/linux/virtio.h b/include/linux/virtio.h index e4abb84199be..b46671e28de2 100644 --- a/include/linux/virtio.h +++ b/include/linux/virtio.h @@ -106,6 +106,8 @@ static inline struct virtio_device *dev_to_virtio(struct device *_dev) int register_virtio_device(struct virtio_device *dev); void unregister_virtio_device(struct virtio_device *dev); +void virtio_break_device(struct virtio_device *dev); + /** * virtio_driver - operations for a virtio I/O driver * @driver: underlying device driver (populate name and owner).