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