blob: 923dedba3c9c0849025c1c745946d5ffe6730ce9 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Martyn Welch3a470242008-10-01 09:32:39 +01002#ifndef __GEF_PIC_H__
3#define __GEF_PIC_H__
4
Martyn Welch3a470242008-10-01 09:32:39 +01005unsigned int gef_pic_get_irq(void);
6void gef_pic_init(struct device_node *);
7
8#endif /* __GEF_PIC_H__ */
9