xref: /openbmc/linux/arch/sh/include/asm/ftrace.h (revision 9ac8d3fb)
1 #ifndef __ASM_SH_FTRACE_H
2 #define __ASM_SH_FTRACE_H
3 
4 #ifndef __ASSEMBLY__
5 extern void mcount(void);
6 #endif
7 
8 #endif /* __ASM_SH_FTRACE_H */
9