You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
294 B
14 lines
294 B
/* |
|
* Copyright (c) 2023 Yonatan Schachter |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
#include <zephyr/linker/iterable_sections.h> |
|
#include <zephyr/bindesc.h> |
|
|
|
SQUAD(BINDESC_MAGIC); |
|
Z_LINK_ITERABLE(bindesc_entry); |
|
. = ALIGN(BINDESC_ALIGNMENT); |
|
SHORT(BINDESC_TAG_DESCRIPTORS_END); |
|
SHORT(0);
|
|
|