GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / h8300 / include / asm / linkage.h
blob6f4df7d461808c174d1d452e51d2916c01fba337
1 #ifndef _H8300_LINKAGE_H
2 #define _H8300_LINKAGE_H
4 #undef SYMBOL_NAME_LABEL
5 #undef SYMBOL_NAME
6 #define SYMBOL_NAME_LABEL(_name_) _##_name_##:
7 #define SYMBOL_NAME(_name_) _##_name_
8 #endif