/* Copyright (c) 2013, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /** * @file * * ODP Packet IO */ #ifndef ODP_PLAT_PACKET_IO_H_ #define ODP_PLAT_PACKET_IO_H_ #ifdef __cplusplus extern "C" { #endif #include #include #include #include #include #include /** @ingroup odp_packet_io * @{ */ /** * @} */ #include #ifdef __cplusplus } #endif #endif