diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/stackprotector.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/stackprotector.h b/include/linux/stackprotector.h new file mode 100644 index 000000000000..d3e8bbe602f8 --- /dev/null +++ b/include/linux/stackprotector.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef _LINUX_STACKPROTECTOR_H | ||
2 | #define _LINUX_STACKPROTECTOR_H 1 | ||
3 | |||
4 | #ifdef CONFIG_CC_STACKPROTECTOR | ||
5 | # include <asm/stackprotector.h> | ||
6 | #endif | ||
7 | |||
8 | #endif | ||