License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / parisc / include / asm / ftrace.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
d75f054a
HD
2#ifndef _ASM_PARISC_FTRACE_H
3#define _ASM_PARISC_FTRACE_H
4
5#ifndef __ASSEMBLY__
6extern void mcount(void);
7
366dd4ea 8#define MCOUNT_INSN_SIZE 4
11e17809 9
fc79168a
HD
10extern unsigned long sys_call_table[];
11
11e17809
HD
12extern unsigned long return_address(unsigned int);
13
eed542d6 14#define ftrace_return_address(n) return_address(n)
11e17809 15
d75f054a
HD
16#endif /* __ASSEMBLY__ */
17
18#endif /* _ASM_PARISC_FTRACE_H */