Welcome to mirror list, hosted at ThFree Co, Russian Federation.

init.h « sched « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03542575fd33fc8325ec7be196e05983039b61fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_SCHED_INIT_H
#define _LINUX_SCHED_INIT_H

/*
 * Scheduler init related prototypes:
 */

extern void sched_init(void);
extern void sched_init_smp(void);

#endif /* _LINUX_SCHED_INIT_H */