repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
watchdog/core: Rename some softlockup_* functions
[linux/fpc-iii.git]
/
drivers
/
irqchip
/
irq-mvebu-gicp.h
blob
98535e886ea5ac58e3509c27cffe6ed76a396c73
1
#ifndef __MVEBU_GICP_H__
2
#define __MVEBU_GICP_H__
3
4
#include <linux/types.h>
5
6
struct
device_node
;
7
8
int
mvebu_gicp_get_doorbells
(
struct
device_node
*
dn
,
phys_addr_t
*
setspi
,
9
phys_addr_t
*
clrspi
);
10
11
#endif
/* __MVEBU_GICP_H__ */