Warning: This file is not a C or C++ file. It does not have highlighting.
| 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 */ |
| 13 |
Warning: This file is not a C or C++ file. It does not have highlighting.
