aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/ftrace.h
blob: cdf2cb0b9ffe4e945ca9d9017b68d2039739554f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __ASM_SH_FTRACE_H
#define __ASM_SH_FTRACE_H

#ifndef __ASSEMBLY__
#define ftrace_nmi_enter()	do { } while (0)
#define ftrace_nmi_exit()	do { } while (0)
#endif

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

#endif /* __ASM_SH_FTRACE_H */