aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_packet_api.c
blob: 0309c4e5a2e5f3e43bf0aef7864bd2deb0f227e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2013-2018 Linaro Limited
 */

#include <odp/api/packet.h>

/* Prevent this header from being included again later */
#include <odp/api/plat/packet_io_inlines.h>

/* Include non-inlined versions of API functions */
#define _ODP_NO_INLINE
#include <odp/api/plat/packet_inlines.h>
#include <odp/api/plat/packet_vector_inlines.h>