linux-sg2042/include/linux/stackprotector.h

9 lines
147 B
C
Raw Normal View History

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