Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3cf219fb97893e3a5841e77e9cd677c42ae1cc00
/
.
/
subsys
/
usb
/
device_next
/
usbd_data.ld
blob: 2c672d7224f0d4a5e4f359a603b99eaf97c7d8b5 [
file
] [
log
] [
blame
]
#include
<zephyr/linker/iterable_sections.h>
ITERABLE_SECTION_RAM
(
usbd_context
,
Z_LINK_ITERABLE_SUBALIGN
)
ITERABLE_SECTION_RAM
(
usbd_class_fs
,
Z_LINK_ITERABLE_SUBALIGN
)
ITERABLE_SECTION_RAM
(
usbd_class_hs
,
Z_LINK_ITERABLE_SUBALIGN
)