mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 01:55:13 +07:00
![Al Viro](/assets/img/avatar_default.png)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Paul Mackerras <paulus@samba.org>
9 lines
153 B
C
9 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 */
|