repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git]
/
include
/
linux
/
sched
/
init.h
blob
03542575fd33fc8325ec7be196e05983039b61fd
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 */