Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / tools / virtio / linux / module.h
CommitLineData
61d0b5a4 1#include <linux/export.h>
80390df8
MT
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 1.633522 seconds and 5 git commands to generate.