X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fvirtio_config.h;h=7eb4b34d13bb719e6e44f1225f721830dd5b7d56;hb=674bfc23c585b34c42263d73fb51710d49762a23;hp=f364bbf63c3413547738ae4028b399577bc76650;hpb=df6ab559bb1be44a78584e78ae7ad82d4e9e4f51;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/virtio_config.h b/include/linux/virtio_config.h index f364bbf63c3..7eb4b34d13b 100644 --- a/include/linux/virtio_config.h +++ b/include/linux/virtio_config.h @@ -1,5 +1,8 @@ #ifndef _LINUX_VIRTIO_CONFIG_H #define _LINUX_VIRTIO_CONFIG_H +/* This header, excluding the #ifdef __KERNEL__ part, is BSD licensed so + * anyone can use the definitions to implement compatible drivers/servers. */ + /* Virtio devices use a standardized configuration space to define their * features and pass configuration information, but each implementation can * store and access that space differently. */