brintos

brintos / linux-shallow public Read only

0
0
Text · 129 B · acb6f4d Raw
8 lines · c
1#ifndef _TOOLS_LINUX_EXPORT_H_2#define _TOOLS_LINUX_EXPORT_H_3 4#define EXPORT_SYMBOL(sym)5#define EXPORT_SYMBOL_GPL(sym)6 7#endif8