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 f60a2abfdbf298a4722dfef331c38447fa18c4e3 11 lines 201 B view raw
1#ifndef _LINUX_SCHED_INIT_H 2#define _LINUX_SCHED_INIT_H 3 4/* 5 * Scheduler init related prototypes: 6 */ 7 8extern void sched_init(void); 9extern void sched_init_smp(void); 10 11#endif /* _LINUX_SCHED_INIT_H */