mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-27 20:05:47 +00:00
This was missed with the ftrace support commit.. check it in now. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
139 B
C
9 lines
139 B
C
#ifndef __ASM_SH_FTRACE_H
|
|
#define __ASM_SH_FTRACE_H
|
|
|
|
#ifndef __ASSEMBLY__
|
|
extern void mcount(void);
|
|
#endif
|
|
|
|
#endif /* __ASM_SH_FTRACE_H */
|