mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
9 lines
174 B
C
9 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 */
|