Merge tag 'dt-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / arch / powerpc / sysdev / cpm2_pic.h
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 */