xref: /linux/drivers/net/ethernet/hisilicon/hibmcge/hbg_debugfs.h (revision f5d83cf0eeb90fade4d5c4d17d24b8bee9ceeecc)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* Copyright (c) 2024 Hisilicon Limited. */
3 
4 #ifndef __HBG_DEBUGFS_H
5 #define __HBG_DEBUGFS_H
6 
7 void hbg_debugfs_register(void);
8 void hbg_debugfs_unregister(void);
9 
10 void hbg_debugfs_init(struct hbg_priv *priv);
11 
12 #endif
13