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