ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()
[linux/fpc-iii.git] / arch / mips / include / asm / debug.h
blobc7013e1cb53fb780a054d2423425f032c3f9159e
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) 2015 Imagination Technologies
4 */
6 #ifndef __MIPS_ASM_DEBUG_H__
7 #define __MIPS_ASM_DEBUG_H__
9 #include <linux/dcache.h>
12 * mips_debugfs_dir corresponds to the "mips" directory at the top level
13 * of the DebugFS hierarchy. MIPS-specific DebugFS entires should be
14 * placed beneath this directory.
16 extern struct dentry *mips_debugfs_dir;
18 #endif /* __MIPS_ASM_DEBUG_H__ */