mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 05:46:50 +07: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 */
|