aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_packet_flags_api.c
blob: e77f22c3e64eb391674f47b1e5c3badff9db7bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2014-2018, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#include <odp/api/packet_flags.h>
#include <odp_packet_internal.h>

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