mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 10:47:14 +01:00
13 lines
257 B
C
13 lines
257 B
C
|
/*
|
||
|
* Copyright 2021, Jérôme Duval, jerome.duval@gmail.com.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _KERNEL_STACK_PROTECTOR_H
|
||
|
#define _KERNEL_STACK_PROTECTOR_H
|
||
|
|
||
|
|
||
|
void stack_protector_init();
|
||
|
|
||
|
|
||
|
#endif /* _KERNEL_STACK_PROTECTOR_H */
|