c05564c4d8
Android 13
11 lines
213 B
C
Executable file
11 lines
213 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#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 */
|