Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2015 Imagination Technologies
0004  */
0005 
0006 #ifndef __MIPS_ASM_DEBUG_H__
0007 #define __MIPS_ASM_DEBUG_H__
0008 
0009 #include <linux/dcache.h>
0010 
0011 /*
0012  * mips_debugfs_dir corresponds to the "mips" directory at the top level
0013  * of the DebugFS hierarchy. MIPS-specific DebugFS entires should be
0014  * placed beneath this directory.
0015  */
0016 extern struct dentry *mips_debugfs_dir;
0017 
0018 #endif /* __MIPS_ASM_DEBUG_H__ */