s390_ksyms.c 224 B

1234567891011
  1. #include <linux/module.h>
  2. #include <linux/kvm_host.h>
  3. #include <asm/ftrace.h>
  4. #ifdef CONFIG_FUNCTION_TRACER
  5. EXPORT_SYMBOL(_mcount);
  6. #endif
  7. #if defined(CONFIG_KVM) || defined(CONFIG_KVM_MODULE)
  8. EXPORT_SYMBOL(sie64a);
  9. #endif