xref: /linux/drivers/net/ethernet/hisilicon/hibmcge/hbg_diagnose.h (revision fa79e55d467366a2c52c68a261a0d6ea5f8a6534)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* Copyright (c) 2025 Hisilicon Limited. */
3 
4 #ifndef __HBG_DIAGNOSE_H
5 #define __HBG_DIAGNOSE_H
6 
7 #include "hbg_common.h"
8 
9 void hbg_diagnose_message_push(struct hbg_priv *priv);
10 
11 #endif
12