Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f44a30109cfb3eab5992b09f34bc61d2ccc047b1
/
.
/
subsys
/
usb
/
device_next
/
usbd_data.ld
blob: 2c672d7224f0d4a5e4f359a603b99eaf97c7d8b5 [
file
]
#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
)