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