1 /* 2 * Copyright (c) 2022 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include <zephyr/shell/shell.h> 8 9 void bt_mesh_shell_dfu_cmds_init(void); 10