1 2 3 4 5 6 7
#ifndef _TOOLS_LINUX_EXPORT_H_ #define _TOOLS_LINUX_EXPORT_H_ #define EXPORT_SYMBOL(sym) #define EXPORT_SYMBOL_GPL(sym) #endif