Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[deliverable/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 */
This page took 0.032249 seconds and 6 git commands to generate.