Linux-6.18.2/drivers/net/ethernet/hisilicon/hibmcge/hbg_diagnose.h

12 lines
224 B
C
Raw Normal View History

2025-12-23 20:05:50 +08:00
/* SPDX-License-Identifier: GPL-2.0+ */
/* Copyright (c) 2025 Hisilicon Limited. */
#ifndef __HBG_DIAGNOSE_H
#define __HBG_DIAGNOSE_H
#include "hbg_common.h"
void hbg_diagnose_message_push(struct hbg_priv *priv);
#endif