aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/packet_flags.h
blob: ee1e6ae11ad593e92871e6b39c1b23940a46ef78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2015-2018 Linaro Limited
 */

/**
 * @file
 *
 * ODP packet descriptor
 */

#ifndef ODP_ABI_PACKET_FLAGS_H_
#define ODP_ABI_PACKET_FLAGS_H_

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
}
#endif

#endif