Select the types of activity you want to include in your feed.
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _C6X_MEGAMOD_PIC_H 3#define _C6X_MEGAMOD_PIC_H 4 5#ifdef __KERNEL__ 6 7extern void __init megamod_pic_init(void); 8 9#endif /* __KERNEL__ */ 10#endif /* _C6X_MEGAMOD_PIC_H */