blob: f29c2f4216ccdb4dad9dcd584a3a0b7165ddb692 [file] [log] [blame]
/*
* 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);