13#ifndef ZEPHYR_INCLUDE_SHELL_SHELL_BACKEND_H_
14#define ZEPHYR_INCLUDE_SHELL_SHELL_BACKEND_H_
56 const struct shell *backend;
#define STRUCT_SECTION_GET(struct_type, i, dst)
Get element from section.
Definition iterable_sections.h:337
#define STRUCT_SECTION_COUNT(struct_type, dst)
Count elements in a section.
Definition iterable_sections.h:346
const struct shell * shell_backend_get_by_name(const char *backend_name)
Get backend by name.
static const struct shell * shell_backend_get(uint32_t idx)
Get a shell backend by index.
Definition shell_backend.h:54
static int shell_backend_count_get(void)
Get number of backends.
Definition shell_backend.h:68
Header file for the shell subsystem.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Shell instance internals.
Definition shell.h:1128
Iterable sections helpers.