Zephyr Project API  3.3.0
A Scalable Open Source RTOS
fs_mgmt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018-2022 mcumgr authors
3 * Copyright (c) 2022 Laird Connectivity
4 * Copyright (c) 2022 Nordic Semiconductor ASA
5 *
6 * SPDX-License-Identifier: Apache-2.0
7 */
8
9#ifndef H_FS_MGMT_
10#define H_FS_MGMT_
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
19#define FS_MGMT_ID_FILE 0
20#define FS_MGMT_ID_STAT 1
21#define FS_MGMT_ID_HASH_CHECKSUM 2
22#define FS_MGMT_ID_SUPPORTED_HASH_CHECKSUM 3
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif