mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-09 03:15:32 +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 */
|