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
9void stack_protector_init();
10
11
12#endif	/* _KERNEL_STACK_PROTECTOR_H */
13