OSDN Git Service

Merge tag 'vmwgfx-next-15-09-01' of git://people.freedesktop.org/~thomash/linux into...
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / 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