xref: /linux/drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.h (revision 9367ab5d7ff75230534ee1d8d7e5a8365c36b014)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* Copyright (c) 2024 Hisilicon Limited. */
3 
4 #ifndef __HBG_IRQ_H
5 #define __HBG_IRQ_H
6 
7 #include "hbg_common.h"
8 
9 int hbg_irq_init(struct hbg_priv *priv);
10 
11 #endif
12