xref: /openbmc/linux/arch/mips/include/asm/debug.h (revision 2874c5fd)
12874c5fdSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */
275dcfc1dSPaul Burton /*
375dcfc1dSPaul Burton  * Copyright (C) 2015 Imagination Technologies
475dcfc1dSPaul Burton  */
575dcfc1dSPaul Burton 
675dcfc1dSPaul Burton #ifndef __MIPS_ASM_DEBUG_H__
775dcfc1dSPaul Burton #define __MIPS_ASM_DEBUG_H__
875dcfc1dSPaul Burton 
975dcfc1dSPaul Burton #include <linux/dcache.h>
1075dcfc1dSPaul Burton 
1175dcfc1dSPaul Burton /*
1275dcfc1dSPaul Burton  * mips_debugfs_dir corresponds to the "mips" directory at the top level
1375dcfc1dSPaul Burton  * of the DebugFS hierarchy. MIPS-specific DebugFS entires should be
1475dcfc1dSPaul Burton  * placed beneath this directory.
1575dcfc1dSPaul Burton  */
1675dcfc1dSPaul Burton extern struct dentry *mips_debugfs_dir;
1775dcfc1dSPaul Burton 
1875dcfc1dSPaul Burton #endif /* __MIPS_ASM_DEBUG_H__ */
19