Zephyr Project API  3.3.0
A Scalable Open Source RTOS
fs_mgmt_callbacks.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Laird Connectivity
3 * Copyright (c) 2022 Nordic Semiconductor ASA
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#ifndef H_MCUMGR_FS_MGMT_CALLBACKS_
9#define H_MCUMGR_FS_MGMT_CALLBACKS_
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
30 bool upload;
31
37 char *filename;
38};
39
44#ifdef __cplusplus
45}
46#endif
47
48#endif
Definition: fs_mgmt_callbacks.h:28
char * filename
Definition: fs_mgmt_callbacks.h:37
bool upload
Definition: fs_mgmt_callbacks.h:30