xref: /linux/arch/mips/include/asm/debug.h (revision f6953f1f9ec4ad68651d7c677f0c065cb4c1edf7)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2015 Imagination Technologies
4  */
5 
6 #ifndef __MIPS_ASM_DEBUG_H__
7 #define __MIPS_ASM_DEBUG_H__
8 
9 #include <linux/dcache.h>
10 
11 /*
12  * mips_debugfs_dir corresponds to the "mips" directory at the top level
13  * of the DebugFS hierarchy. MIPS-specific DebugFS entries should be
14  * placed beneath this directory.
15  */
16 extern struct dentry *mips_debugfs_dir;
17 
18 #endif /* __MIPS_ASM_DEBUG_H__ */
19