summaryrefslogblamecommitdiffstats
path: root/include/linux/stackprotector.h
blob: 03696c729fb4feeff3fc597f0dfc55304d8a8692 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                      


                                 



                           

                                



                                               


      
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_STACKPROTECTOR_H
#define _LINUX_STACKPROTECTOR_H 1

#include <linux/compiler.h>
#include <linux/sched.h>
#include <linux/random.h>

#ifdef CONFIG_CC_STACKPROTECTOR
# include <asm/stackprotector.h>
#else
static inline void boot_init_stack_canary(void)
{
}
#endif

#endif