summaryrefslogtreecommitdiff
path: root/tools/virtio/linux/module.h
blob: 28ce95a059978563eb42ea4942a08e186d063ae6 (plain)
1
2
3
4
5
6
#include <linux/export.h>

#define MODULE_LICENSE(__MODULE_LICENSE_value) \
	static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
		__MODULE_LICENSE_value