summaryrefslogtreecommitdiff
path: root/include/linux/stackprotector.h
blob: d3e8bbe602f8a62be08a8662137740b6ed5ea0e4 (plain)
1
2
3
4
5
6
7
8
#ifndef _LINUX_STACKPROTECTOR_H
#define _LINUX_STACKPROTECTOR_H 1

#ifdef CONFIG_CC_STACKPROTECTOR
# include <asm/stackprotector.h>
#endif

#endif