X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fvirtio_pci.h;h=cdef3574293274eb7fa61d7a34c9315cfbe6ab88;hb=c4956ed6fab26347ab1a712727da84b2501ab2dd;hp=860eb37bfa07d293468386a2cbae9ad9ab0c0908;hpb=3343660d8c62c6b00b2f15324ef3fcb6be207bfa;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/virtio_pci.h b/include/linux/virtio_pci.h index 860eb37bfa0..cdef3574293 100644 --- a/include/linux/virtio_pci.h +++ b/include/linux/virtio_pci.h @@ -9,9 +9,8 @@ * Authors: * Anthony Liguori * - * This work is licensed under the terms of the GNU GPL, version 2 or later. - * See the COPYING file in the top-level directory. - * + * This header is BSD licensed so anyone can use the definitions to implement + * compatible drivers/servers. */ #ifndef _LINUX_VIRTIO_PCI_H @@ -52,4 +51,6 @@ * configuration space */ #define VIRTIO_PCI_CONFIG 20 +/* Virtio ABI version, this must match exactly */ +#define VIRTIO_PCI_ABI_VERSION 0 #endif