Sign in
android-kvm
/
linux
/
aa713cc3b22ccd24dc55df4e0770490781fe6a76
/
.
/
arch
/
arm
/
plat-versatile
/
include
/
plat
/
fpga-irq.h
blob: 91bcfb67551dda84254e2d78192c0750cdeb84a7 [
file
] [
log
] [
blame
]
#ifndef
PLAT_FPGA_IRQ_H
#define
PLAT_FPGA_IRQ_H
struct
device_node
;
struct
pt_regs
;
void
fpga_handle_irq
(
struct
pt_regs
*
regs
);
void
fpga_irq_init
(
void
__iomem
*,
const
char
*,
int
,
int
,
u32
,
struct
device_node
*
node
);
#endif