xref: /haiku/headers/private/kernel/stack_protector.h (revision 04be20a75a6e09d9c2f801fc0e6ffd4e5b486950)
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