xref: /OK3568_Linux_fs/kernel/tools/virtio/linux/module.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun #include <linux/export.h>
3*4882a593Smuzhiyun 
4*4882a593Smuzhiyun #define MODULE_LICENSE(__MODULE_LICENSE_value) \
5*4882a593Smuzhiyun 	static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
6*4882a593Smuzhiyun 		__MODULE_LICENSE_value
7*4882a593Smuzhiyun 
8