mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
tools/include: Add debugfs.h stub
Add a dummy debugfs.h header. Signed-off-by: Karolina Drobnik <karolinadrobnik@gmail.com> Signed-off-by: Mike Rapoport <rppt@kernel.org> Link: https://lore.kernel.org/r/80fceff27934094873cc3f0656d22e802dfcce78.1643796665.git.karolinadrobnik@gmail.com
This commit is contained in:
parent
a2e3fe5f24
commit
62183279ad
1 changed files with 5 additions and 0 deletions
5
tools/include/linux/debugfs.h
Normal file
5
tools/include/linux/debugfs.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef _TOOLS_DEBUGFS_H
|
||||
#define _TOOLS_DEBUGFS_H
|
||||
|
||||
#endif
|
Loading…
Add table
Reference in a new issue