Files
haiku-beta6/headers/private/kernel/stack_protector.h
T

13 lines
257 B
C
Raw Normal View History

2021-05-01 15:24:28 +02:00
/*
* Copyright 2021, Jérôme Duval, [email protected].
* 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 */