mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>
We are going to move scheduler ABI details to <uapi/linux/sched/types.h>, which will be used from a number of .c files. Create empty placeholder header that maps to <linux/types.h>. Include the new header in the files that are going to need it. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
parent
e601757102
commit
ae7e81c077
26 changed files with 31 additions and 0 deletions
6
include/uapi/linux/sched/types.h
Normal file
6
include/uapi/linux/sched/types.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _UAPI_LINUX_SCHED_TYPES_H
|
||||
#define _UAPI_LINUX_SCHED_TYPES_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#endif /* _UAPI_LINUX_SCHED_TYPES_H */
|
Loading…
Add table
Add a link
Reference in a new issue