/* Copyright (c) 2015, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /** * @file * * ODP packet descriptor */ #ifndef ODP_PLAT_PACKET_H_ #define ODP_PLAT_PACKET_H_ #ifdef __cplusplus extern "C" { #endif #include #include #include #include #include #include /** @ingroup odp_packet * @{ */ #include #if ODP_ABI_COMPAT == 0 #include #endif /** * @} */ #include #ifdef __cplusplus } #endif #endif /* ODP_PLAT_PACKET_H_ */