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 tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
powerpc
/
sysdev
/
ge
/
ge_pic.h
blob
923dedba3c9c0849025c1c745946d5ffe6730ce9
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __GEF_PIC_H__
3
#define __GEF_PIC_H__
4
5
unsigned int
gef_pic_get_irq
(
void
);
6
void
gef_pic_init
(
struct
device_node
*);
7
8
#endif
/* __GEF_PIC_H__ */
9