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
/
cpm2_pic.h
blob
a8a26951f311f27bde8ce7602b919993615a70df
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _PPC_KERNEL_CPM2_H
3
#define _PPC_KERNEL_CPM2_H
4
5
extern
unsigned int
cpm2_get_irq
(
void
);
6
7
extern
void
cpm2_pic_init
(
struct
device_node
*);
8
9
#endif
/* _PPC_KERNEL_CPM2_H */