• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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