Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 74cd4e0e5399480e3fab2cd6a6cbdb17f673c335 7 lines 129 B view raw
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#endif