1 /*
2  * Copyright (c) 2025 GARDENA GmbH
3  * Copyright (c) 2025 Nordic Semiconductor ASA
4  *
5  * SPDX-License-Identifier: Apache-2.0
6  */
7 
8 #ifndef BOARDS_NATIVE_NATIVE_SIM_REBOOT_BOTTOM_H
9 #define BOARDS_NATIVE_NATIVE_SIM_REBOOT_BOTTOM_H
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 void native_set_reboot_on_exit(void);
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif /* BOARDS_NATIVE_NATIVE_SIM_REBOOT_BOTTOM_H */
22