KVM: Maintain back mapping from irqchip/pin to gsi
[deliverable/linux.git] / include / linux / virtio_net.h
index d8dd539c9f48e602019c0b184087635c042e3b3d..085e42298ce5b1b9f353f457951e7fc49a5ef949 100644 (file)
@@ -3,12 +3,10 @@
 /* This header is BSD licensed so anyone can use the definitions to implement
  * compatible drivers/servers. */
 #include <linux/types.h>
+#include <linux/virtio_ids.h>
 #include <linux/virtio_config.h>
 #include <linux/if_ether.h>
 
-/* The ID for virtio_net */
-#define VIRTIO_ID_NET  1
-
 /* The feature bitmap for virtio net */
 #define VIRTIO_NET_F_CSUM      0       /* Host handles pkts w/ partial csum */
 #define VIRTIO_NET_F_GUEST_CSUM        1       /* Guest handles pkts w/ partial csum */
This page took 0.02721 seconds and 5 git commands to generate.