ftrace.h 92 B

123456
  1. #ifndef _ASM_POWERPC_FTRACE
  2. #define _ASM_POWERPC_FTRACE
  3. extern void _mcount(void);
  4. #endif