hc
2023-11-06 1622ff3442ff6aecc1f538cda437379d1f6a4a93
1
2
3
4
5
6
7
#ifndef _TOOLS_ASM_EXPORT_H
#define _TOOLS_ASM_EXPORT_H
 
#define EXPORT_SYMBOL(x)
#define EXPORT_SYMBOL_GPL(x)
 
#endif /* _TOOLS_ASM_EXPORT_H */