xref: /linux/drivers/net/ethernet/hisilicon/hibmcge/hbg_debugfs.h (revision 0ad9617c78acbc71373fb341a6f75d4012b01d69)
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