target/cxgbit: Use T6 specific macros to get ETH/IP hdr len
[linux/fpc-iii.git] / arch / arm / include / asm / vdso.h
blobd0295f1dd1a38864ee56fb05efefa441f4e00000
1 #ifndef __ASM_VDSO_H
2 #define __ASM_VDSO_H
4 #ifdef __KERNEL__
6 #ifndef __ASSEMBLY__
8 struct mm_struct;
10 #ifdef CONFIG_VDSO
12 void arm_install_vdso(struct mm_struct *mm, unsigned long addr);
14 extern char vdso_start, vdso_end;
16 extern unsigned int vdso_total_pages;
18 #else /* CONFIG_VDSO */
20 static inline void arm_install_vdso(struct mm_struct *mm, unsigned long addr)
24 #define vdso_total_pages 0
26 #endif /* CONFIG_VDSO */
28 #endif /* __ASSEMBLY__ */
30 #endif /* __KERNEL__ */
32 #endif /* __ASM_VDSO_H */