repo.or.cz
/
cris-mirror.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 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.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 */