]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - include/linux/sched/init.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / include / linux / sched / init.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_SCHED_INIT_H
3 #define _LINUX_SCHED_INIT_H
4
5 /*
6 * Scheduler init related prototypes:
7 */
8
9 extern void sched_init(void);
10 extern void sched_init_smp(void);
11
12 #endif /* _LINUX_SCHED_INIT_H */