debug.h 447 B

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