Zephyr Project API  3.3.0
A Scalable Open Source RTOS
shell_mgmt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018-2021 mcumgr authors
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef H_SHELL_MGMT_
8#define H_SHELL_MGMT_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
17#define SHELL_MGMT_ID_EXEC 0
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif /* H_SHELL_MGMT_ */