mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
9 lines
143 B
C
9 lines
143 B
C
![]() |
#ifndef _ASM_S390_FTRACE_H
|
||
|
#define _ASM_S390_FTRACE_H
|
||
|
|
||
|
#ifndef __ASSEMBLY__
|
||
|
extern void _mcount(void);
|
||
|
#endif
|
||
|
|
||
|
#endif /* _ASM_S390_FTRACE_H */
|