repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit with v3.6.7
[linux-3.6.7-moxart.git]
/
arch
/
arm
/
plat-versatile
/
include
/
plat
/
fpga-irq.h
blob
91bcfb67551dda84254e2d78192c0750cdeb84a7
1
#ifndef PLAT_FPGA_IRQ_H
2
#define PLAT_FPGA_IRQ_H
3
4
struct
device_node
;
5
struct
pt_regs
;
6
7
void
fpga_handle_irq
(
struct
pt_regs
*
regs
);
8
void
fpga_irq_init
(
void
__iomem
*,
const char
*,
int
,
int
,
u32
,
9
struct
device_node
*
node
);
10
11
#endif