repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
arm
/
plat-versatile
/
include
/
plat
/
fpga-irq.h
blob
627fafd1e59517d3a0445208761cad2d921aa30d
1
#ifndef PLAT_FPGA_IRQ_H
2
#define PLAT_FPGA_IRQ_H
3
4
struct
fpga_irq_data
{
5
void
__iomem
*
base
;
6
unsigned int
irq_start
;
7
struct
irq_chip chip
;
8
};
9
10
void
fpga_irq_init
(
int
,
u32
,
struct
fpga_irq_data
*);
11
12
#endif