]> Pileus Git - ~andy/linux/blob - tools/virtio/linux/module.h
Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[~andy/linux] / tools / virtio / linux / module.h
1 #include <linux/export.h>
2
3 #define MODULE_LICENSE(__MODULE_LICENSE_value) \
4         static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
5                 __MODULE_LICENSE_value
6