blob: 9e593375ab1e90763cc2c0d50005d675ca4bcce3 [file] [log] [blame]
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/fff.h>
#include <zephyr/kernel.h>
/* List of fakes used by this unit tester */
#define SETTINGS_FFF_FAKES_LIST(FAKE) FAKE(bt_settings_save_id)
DECLARE_FAKE_VOID_FUNC(bt_settings_save_id);