Back to home page

OSCL-LXR

 
 

    


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