blob: c7013e1cb53fb780a054d2423425f032c3f9159e [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-or-later */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright (C) 2015 Imagination Technologies
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004 */
5
6#ifndef __MIPS_ASM_DEBUG_H__
7#define __MIPS_ASM_DEBUG_H__
8
9#include <linux/dcache.h>
10
11/*
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.
15 */
16extern struct dentry *mips_debugfs_dir;
17
18#endif /* __MIPS_ASM_DEBUG_H__ */