Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[pandora-kernel.git] / arch / um / sys-x86_64 / ksyms.c
1 #include <linux/module.h>
2 #include <asm/string.h>
3 #include <asm/checksum.h>
4
5 /*XXX: we need them because they would be exported by x86_64 */
6 #if (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) || __GNUC__ > 4
7 EXPORT_SYMBOL(memcpy);
8 #else
9 EXPORT_SYMBOL(__memcpy);
10 #endif
11 EXPORT_SYMBOL(csum_partial);