aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/ftrace.h
blob: 5a5bc75e19d4a3f94866a4da9ef31cf13b942356 (plain)
1
2
3
4
5
6
7
8
#ifndef _ASM_S390_FTRACE_H
#define _ASM_S390_FTRACE_H

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

#endif /* _ASM_S390_FTRACE_H */