Linux Audio

Check our new training course

Loading...
v4.6
 
 1/*
 2 * Copyright (C) 2015 Imagination Technologies
 3 *
 4 * This program is free software; you can redistribute it and/or modify it
 5 * under the terms of the GNU General Public License as published by the
 6 * Free Software Foundation; either version 2 of the License, or (at your
 7 * option) any later version.
 8 */
 9
10#ifndef __MIPS_ASM_DEBUG_H__
11#define __MIPS_ASM_DEBUG_H__
12
13#include <linux/dcache.h>
14
15/*
16 * mips_debugfs_dir corresponds to the "mips" directory at the top level
17 * of the DebugFS hierarchy. MIPS-specific DebugFS entires should be
18 * placed beneath this directory.
19 */
20extern struct dentry *mips_debugfs_dir;
21
22#endif /* __MIPS_ASM_DEBUG_H__ */
v6.2
 1/* SPDX-License-Identifier: GPL-2.0-or-later */
 2/*
 3 * Copyright (C) 2015 Imagination Technologies
 
 
 
 
 
 4 */
 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__ */