Home
last modified time | relevance | path

Searched refs:LWIP_ALIGNMENT_CAST (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Darch.h186 #ifndef LWIP_ALIGNMENT_CAST
187 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) macro