uprobes: remove function declarations from arch/{mips,s390}
[cascardo/linux.git] / arch / mips / include / asm / tlbmisc.h
1 #ifndef __ASM_TLBMISC_H
2 #define __ASM_TLBMISC_H
3
4 /*
5  * - add_wired_entry() add a fixed TLB entry, and move wired register
6  */
7 extern void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1,
8         unsigned long entryhi, unsigned long pagemask);
9
10 #endif /* __ASM_TLBMISC_H */