Merge tag 'nfs-for-4.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.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
This page took 0.03094 seconds and 5 git commands to generate.