mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
39e3eb7265
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Paul Mackerras <paulus@samba.org>
8 lines
153 B
C
8 lines
153 B
C
#ifndef _PPC_KERNEL_CPM2_H
|
|
#define _PPC_KERNEL_CPM2_H
|
|
|
|
extern int cpm2_get_irq(void);
|
|
|
|
extern void cpm2_init_IRQ(void);
|
|
|
|
#endif /* _PPC_KERNEL_CPM2_H */
|