git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
10 lines
174 B
C
10 lines
174 B
C
#ifndef _C6X_MEGAMOD_PIC_H
|
|
#define _C6X_MEGAMOD_PIC_H
|
|
|
|
#ifdef __KERNEL__
|
|
|
|
extern void __init megamod_pic_init(void);
|
|
|
|
#endif /* __KERNEL__ */
|
|
#endif /* _C6X_MEGAMOD_PIC_H */
|