GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / um / sys-x86_64 / ksyms.c
bloba91535e043eb2b36ea6f6920859c3fd273950725
1 #include <linux/module.h>
2 #include <asm/string.h>
3 #include <asm/checksum.h>
5 #if (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) || __GNUC__ > 4
6 EXPORT_SYMBOL(memcpy);
7 #else
8 EXPORT_SYMBOL(__memcpy);
9 #endif
10 EXPORT_SYMBOL(csum_partial);