summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.h
blob: 5c5323cfc751532a045c4d893717b0a157546f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0+ */
/* Copyright (c) 2024 Hisilicon Limited. */

#ifndef __HBG_IRQ_H
#define __HBG_IRQ_H

#include "hbg_common.h"

int hbg_irq_init(struct hbg_priv *priv);

#endif