]> bbs.cooldavid.org Git - net-next-2.6.git/blob - include/linux/stackprotector.h
stackprotector: include files
[net-next-2.6.git] / include / linux / stackprotector.h
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