12 lines
200 B
C
12 lines
200 B
C
|
/* 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
|