linux_dsm_epyc7002/arch/sh/include/asm/ftrace.h

9 lines
139 B
C
Raw Normal View History

#ifndef __ASM_SH_FTRACE_H
#define __ASM_SH_FTRACE_H
#ifndef __ASSEMBLY__
extern void mcount(void);
#endif
#endif /* __ASM_SH_FTRACE_H */