Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 2002 by Ralf Baechle
0007  */
0008 #ifndef __ASM_TLBDEBUG_H
0009 #define __ASM_TLBDEBUG_H
0010 
0011 /*
0012  * TLB debugging functions:
0013  */
0014 extern void dump_tlb_regs(void);
0015 extern void dump_tlb_all(void);
0016 
0017 #endif /* __ASM_TLBDEBUG_H */