wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
[cascardo/linux.git] / arch / parisc / include / asm / ftrace.h
1 #ifndef _ASM_PARISC_FTRACE_H
2 #define _ASM_PARISC_FTRACE_H
3
4 #ifndef __ASSEMBLY__
5 extern void mcount(void);
6
7 #define MCOUNT_INSN_SIZE 4
8
9 extern unsigned long return_address(unsigned int);
10
11 #define ftrace_return_address(n) return_address(n)
12
13 #endif /* __ASSEMBLY__ */
14
15 #endif /* _ASM_PARISC_FTRACE_H */