stackprotector.h 147 字节
Newer Older
I
Ingo Molnar 已提交
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