![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _LINUX_STACKPROTECTOR_H 0003 #define _LINUX_STACKPROTECTOR_H 1 0004 0005 #include <linux/compiler.h> 0006 #include <linux/sched.h> 0007 #include <linux/random.h> 0008 0009 #if defined(CONFIG_STACKPROTECTOR) || defined(CONFIG_ARM64_PTR_AUTH) 0010 # include <asm/stackprotector.h> 0011 #else 0012 static inline void boot_init_stack_canary(void) 0013 { 0014 } 0015 #endif 0016 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |