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 v2.6.12 8 lines 187 B view raw
1#ifndef _H8300_LINKAGE_H 2#define _H8300_LINKAGE_H 3 4#undef SYMBOL_NAME_LABEL 5#undef SYMBOL_NAME 6#define SYMBOL_NAME_LABEL(_name_) _##_name_##: 7#define SYMBOL_NAME(_name_) _##_name_ 8#endif