Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b4cf759 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Add missing asm/ftrace.h.



This was missed with the ftrace support commit.. check it in now.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6902aa84
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
#ifndef __ASM_SH_FTRACE_H
#define __ASM_SH_FTRACE_H

#ifndef __ASSEMBLY__
extern void mcount(void);
#endif

#endif /* __ASM_SH_FTRACE_H */