mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
10 lines
207 B
C
10 lines
207 B
C
#ifndef __GEF_PIC_H__
|
|
#define __GEF_PIC_H__
|
|
|
|
|
|
void gef_pic_cascade(unsigned int, struct irq_desc *);
|
|
unsigned int gef_pic_get_irq(void);
|
|
void gef_pic_init(struct device_node *);
|
|
|
|
#endif /* __GEF_PIC_H__ */
|
|
|