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
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git]
/
drivers
/
irqchip
/
irq-mvebu-gicp.h
blob
eaa12fb7210273308c284786a64868bb76c1ea5b
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __MVEBU_GICP_H__
3
#define __MVEBU_GICP_H__
4
5
#include <linux/types.h>
6
7
struct
device_node
;
8
9
int
mvebu_gicp_get_doorbells
(
struct
device_node
*
dn
,
phys_addr_t
*
setspi
,
10
phys_addr_t
*
clrspi
);
11
12
#endif
/* __MVEBU_GICP_H__ */