linux-next/include/linux/stackprotector.h
Ingo Molnar 9b5609fd77 stackprotector: include files
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>
2008-05-26 16:15:32 +02:00

9 lines
147 B
C

#ifndef _LINUX_STACKPROTECTOR_H
#define _LINUX_STACKPROTECTOR_H 1
#ifdef CONFIG_CC_STACKPROTECTOR
# include <asm/stackprotector.h>
#endif
#endif