Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #include <linux/export.h>
0003 
0004 #define MODULE_LICENSE(__MODULE_LICENSE_value) \
0005     static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
0006         __MODULE_LICENSE_value
0007