mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 08:30:18 +00:00
9 lines
147 B
C
9 lines
147 B
C
|
#ifndef _LINUX_STACKPROTECTOR_H
|
||
|
#define _LINUX_STACKPROTECTOR_H 1
|
||
|
|
||
|
#ifdef CONFIG_CC_STACKPROTECTOR
|
||
|
# include <asm/stackprotector.h>
|
||
|
#endif
|
||
|
|
||
|
#endif
|