mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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
|