mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
create <linux/stackprotector.h> for core kernel files to include. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
8 lines
147 B
C
8 lines
147 B
C
#ifndef _LINUX_STACKPROTECTOR_H
|
|
#define _LINUX_STACKPROTECTOR_H 1
|
|
|
|
#ifdef CONFIG_CC_STACKPROTECTOR
|
|
# include <asm/stackprotector.h>
|
|
#endif
|
|
|
|
#endif
|