/arch/um/sys-x86_64/ksyms.c
https://bitbucket.org/ndreys/linux-sunxi · C · 11 lines · 9 code · 1 blank · 1 comment · 3 complexity · c193a4439310ad09a5c2f347bd1de878 MD5 · raw file
- #include <linux/module.h>
- #include <asm/string.h>
- #include <asm/checksum.h>
- /*XXX: we need them because they would be exported by x86_64 */
- #if (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) || __GNUC__ > 4
- EXPORT_SYMBOL(memcpy);
- #else
- EXPORT_SYMBOL(__memcpy);
- #endif
- EXPORT_SYMBOL(csum_partial);