ksyms.c 140 B

12345
  1. #include "linux/module.h"
  2. #include "asm/string.h"
  3. /*XXX: we need them because they would be exported by x86_64 */
  4. EXPORT_SYMBOL(__memcpy);