mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
4b4cf7595a
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 */
|