1
0
Fork 0
android_kernel_rockchip_tart/tools/include/linux/export.h
2025-06-27 00:32:42 -05:00

7 lines
129 B
C

#ifndef _TOOLS_LINUX_EXPORT_H_
#define _TOOLS_LINUX_EXPORT_H_
#define EXPORT_SYMBOL(sym)
#define EXPORT_SYMBOL_GPL(sym)
#endif