1 /* 2 * Copyright 2021, Jérôme Duval, jerome.duval@gmail.com. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef _KERNEL_STACK_PROTECTOR_H 6 #define _KERNEL_STACK_PROTECTOR_H 7 8 9 void stack_protector_init(); 10 11 12 #endif /* _KERNEL_STACK_PROTECTOR_H */ 13