Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2494654d4890316e7340fb8b3458daad0474a1b9
/
.
/
arch
/
arm
/
plat-versatile
/
include
/
plat
/
fpga-irq.h
blob: 627fafd1e59517d3a0445208761cad2d921aa30d [
file
] [
log
] [
blame
]
#ifndef
PLAT_FPGA_IRQ_H
#define
PLAT_FPGA_IRQ_H
struct
fpga_irq_data
{
void
__iomem
*
base
;
unsigned
int
irq_start
;
struct
irq_chip chip
;
};
void
fpga_irq_init
(
int
,
u32
,
struct
fpga_irq_data
*);
#endif