ksyms.c 195 B

1234567
  1. #include <linux/module.h>
  2. #include <asm/string.h>
  3. #include <asm/checksum.h>
  4. /*XXX: we need them because they would be exported by x86_64 */
  5. EXPORT_SYMBOL(__memcpy);
  6. EXPORT_SYMBOL(csum_partial);