mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00
9 lines
169 B
C
9 lines
169 B
C
![]() |
#ifndef _PPC_KERNEL_CPM2_H
|
||
|
#define _PPC_KERNEL_CPM2_H
|
||
|
|
||
|
extern int cpm2_get_irq(struct pt_regs *regs);
|
||
|
|
||
|
extern void cpm2_init_IRQ(void);
|
||
|
|
||
|
#endif /* _PPC_KERNEL_CPM2_H */
|