1 /* 2 * Copyright (c) 2023 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include <stdint.h> 8 #include <stdbool.h> 9 10 void settings_state_reset(void); 11 12 void settings_state_get(bool *set, bool *get, bool *export, bool *commit); 13