mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 05:46:46 +07:00
7 lines
92 B
C
7 lines
92 B
C
|
#ifndef _ASM_POWERPC_FTRACE
|
||
|
#define _ASM_POWERPC_FTRACE
|
||
|
|
||
|
extern void _mcount(void);
|
||
|
|
||
|
#endif
|