diff options
Diffstat (limited to 'arch/mips/include/asm/tlbdebug.h')
| -rw-r--r-- | arch/mips/include/asm/tlbdebug.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/tlbdebug.h b/arch/mips/include/asm/tlbdebug.h index bb8f5c29c3d9..3a25a8780ac7 100644 --- a/arch/mips/include/asm/tlbdebug.h +++ b/arch/mips/include/asm/tlbdebug.h @@ -11,6 +11,7 @@  /*   * TLB debugging functions:   */ +extern void dump_tlb_regs(void);  extern void dump_tlb_all(void);  #endif /* __ASM_TLBDEBUG_H */  |