Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b77d896ff62e9f6aa0beab732edda1d2a15a1528
/
.
/
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
)