Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _PPC_KERNEL_CPM2_H
0003 #define _PPC_KERNEL_CPM2_H
0004 
0005 extern unsigned int cpm2_get_irq(void);
0006 
0007 extern void cpm2_pic_init(struct device_node *);
0008 
0009 #endif /* _PPC_KERNEL_CPM2_H */