Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Please do not include this explicitly.
0004  * This is used by C files generated by modpost.
0005  */
0006 
0007 #ifndef __LINUX_EXPORT_INTERNAL_H__
0008 #define __LINUX_EXPORT_INTERNAL_H__
0009 
0010 #include <linux/compiler.h>
0011 #include <linux/types.h>
0012 
0013 /* __used is needed to keep __crc_* for LTO */
0014 #define SYMBOL_CRC(sym, crc, sec)   \
0015     u32 __section("___kcrctab" sec "+" #sym) __used __crc_##sym = crc
0016 
0017 #endif /* __LINUX_EXPORT_INTERNAL_H__ */