Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.19 10 lines 213 B view raw
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 */