xref: /OK3568_Linux_fs/kernel/arch/c6x/include/asm/megamod-pic.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _C6X_MEGAMOD_PIC_H
3 #define _C6X_MEGAMOD_PIC_H
4 
5 #ifdef __KERNEL__
6 
7 extern void __init megamod_pic_init(void);
8 
9 #endif /* __KERNEL__ */
10 #endif /* _C6X_MEGAMOD_PIC_H */
11