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 13*2f9060b1SBjorn Helgaas * of the DebugFS hierarchy. MIPS-specific DebugFS entries 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