License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / arch / parisc / include / asm / ftrace.h
blob42b2c75a16459c027e6a31b3ac3ae0ce9af21667
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_PARISC_FTRACE_H
3 #define _ASM_PARISC_FTRACE_H
5 #ifndef __ASSEMBLY__
6 extern void mcount(void);
8 #define MCOUNT_INSN_SIZE 4
10 extern unsigned long sys_call_table[];
12 extern unsigned long return_address(unsigned int);
14 #define ftrace_return_address(n) return_address(n)
16 #endif /* __ASSEMBLY__ */
18 #endif /* _ASM_PARISC_FTRACE_H */