mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +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 */
|