• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
1#include <linux/module.h>
2#include <asm/ftrace.h>
3
4#ifdef CONFIG_FUNCTION_TRACER
5EXPORT_SYMBOL(_mcount);
6#endif
7