mmc: sdhci-acpi: Set MMC_CAP_CMD_DURING_TFR for Intel eMMC controllers
[deliverable/linux.git] / arch / x86 / um / ksyms.c
CommitLineData
3e3b48e5
AV
1#include <linux/module.h>
2#include <asm/string.h>
3#include <asm/checksum.h>
23352fc2 4
6582b7f7 5#ifndef CONFIG_X86_32
23352fc2 6/*XXX: we need them because they would be exported by x86_64 */
8bfd04b9
JD
7#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) || __GNUC__ > 4
8EXPORT_SYMBOL(memcpy);
9#else
23352fc2 10EXPORT_SYMBOL(__memcpy);
8bfd04b9 11#endif
6582b7f7 12#endif
3e3b48e5 13EXPORT_SYMBOL(csum_partial);
This page took 0.753935 seconds and 5 git commands to generate.