| /* | |
| * Copyright (c) 2025 GARDENA GmbH | |
| * Copyright (c) 2025 Nordic Semiconductor ASA | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| #ifndef BOARDS_NATIVE_NATIVE_SIM_REBOOT_BOTTOM_H | |
| #define BOARDS_NATIVE_NATIVE_SIM_REBOOT_BOTTOM_H | |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| void native_set_reboot_on_exit(void); | |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| #endif /* BOARDS_NATIVE_NATIVE_SIM_REBOOT_BOTTOM_H */ |