Linux-6.18.2/drivers/net/ethernet/hisilicon/hibmcge/hbg_diagnose.h
2025-12-23 20:06:59 +08:00

12 lines
224 B
C

/* 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