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