blob: 2c5c48571d75cc33cc9a1a3d280011d4fa240d60 [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#ifndef _ASM_POWERPC_DEBUGFS_H
3#define _ASM_POWERPC_DEBUGFS_H
4
5/*
6 * Copyright 2017, Michael Ellerman, IBM Corporation.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007 */
8
9#include <linux/debugfs.h>
10
11extern struct dentry *powerpc_debugfs_root;
12
13#endif /* _ASM_POWERPC_DEBUGFS_H */