Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
0e55a9565dfae47a8861b9e227a74947e89f2306
/
.
/
subsys
/
net
/
conn_mgr
/
conn_mgr.ld
blob: 9efd726b368fe00fd37405c7e7562a561d7a896a [
file
]
/*
* Copyright (c) 2023 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr/linker/iterable_sections.h>
ITERABLE_SECTION_RAM
(
conn_mgr_conn_binding
,
Z_LINK_ITERABLE_SUBALIGN
)