1 /*
2  * Copyright (C) 2025, Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  */
7 #include <zephyr/types.h>
8 
9 static uint32_t last_id __attribute__((section(".last_section"))) __attribute__((__used__)) =
10 	CONFIG_LINKER_LAST_SECTION_ID_PATTERN;
11