xref: /openbmc/linux/arch/mips/include/asm/tlbdebug.h (revision 3c865dd9)
1384740dcSRalf Baechle /*
2384740dcSRalf Baechle  * This file is subject to the terms and conditions of the GNU General Public
3384740dcSRalf Baechle  * License.  See the file "COPYING" in the main directory of this archive
4384740dcSRalf Baechle  * for more details.
5384740dcSRalf Baechle  *
6384740dcSRalf Baechle  * Copyright (C) 2002 by Ralf Baechle
7384740dcSRalf Baechle  */
8384740dcSRalf Baechle #ifndef __ASM_TLBDEBUG_H
9384740dcSRalf Baechle #define __ASM_TLBDEBUG_H
10384740dcSRalf Baechle 
11384740dcSRalf Baechle /*
12384740dcSRalf Baechle  * TLB debugging functions:
13384740dcSRalf Baechle  */
143c865dd9SJames Hogan extern void dump_tlb_regs(void);
15384740dcSRalf Baechle extern void dump_tlb_all(void);
16384740dcSRalf Baechle 
17384740dcSRalf Baechle #endif /* __ASM_TLBDEBUG_H */
18