GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / stackprotector.h
blob6f3e54c704c00257a4180934bee801b488570d59
1 #ifndef _LINUX_STACKPROTECTOR_H
2 #define _LINUX_STACKPROTECTOR_H 1
4 #include <linux/compiler.h>
5 #include <linux/sched.h>
6 #include <linux/random.h>
8 #ifdef CONFIG_CC_STACKPROTECTOR
9 # include <asm/stackprotector.h>
10 #else
11 static inline void boot_init_stack_canary(void)
14 #endif
16 #endif