mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-10 05:15:57 +00:00
sh: Add missing asm/ftrace.h.
This was missed with the ftrace support commit.. check it in now. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
6902aa84f5
commit
4b4cf7595a
8
arch/sh/include/asm/ftrace.h
Normal file
8
arch/sh/include/asm/ftrace.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __ASM_SH_FTRACE_H
|
||||
#define __ASM_SH_FTRACE_H
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
extern void mcount(void);
|
||||
#endif
|
||||
|
||||
#endif /* __ASM_SH_FTRACE_H */
|
Loading…
x
Reference in New Issue
Block a user