blob: ea1847c92cb48859c1c7e8e6144440e0c1ad09e0 [file] [log] [blame]
developerfbdb5112023-08-21 15:12:14 +08001/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * Copyright (c) 2023 MediaTek Inc. All Rights Reserved.
4 *
5 * Author: Alvin Kuo <alvin.kuo@mediatek.com>
6 */
7
8#ifndef _TOPS_DEBUGFS_H_
9#define _TOPS_DEBUGFS_H_
10
11extern struct dentry *tops_debugfs_root;
12
13#endif /* _TOPS_DEBUGFS_H_ */