repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.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