netdevice.h: fix kernel-doc warning
[linux-2.6/btrfs-unstable.git] / arch / mips / include / asm / debug.h
blob254f00deb9d51395a26bdb33923b47267478b0ba
1 /*
2 * Copyright (C) 2015 Imagination Technologies
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 */
10 #ifndef __MIPS_ASM_DEBUG_H__
11 #define __MIPS_ASM_DEBUG_H__
13 #include <linux/dcache.h>
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.
20 extern struct dentry *mips_debugfs_dir;
22 #endif /* __MIPS_ASM_DEBUG_H__ */