aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/reassembly.h
blob: 153fd6a125db4c993571a37cc1e712548d0b5ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Copyright (c) 2021, Marvell
 * All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/**
 * @file
 *
 * ODP REASSEMBLY API - platform specific header
 */

#ifndef ODP_API_REASSEMBLY_H_
#define ODP_API_REASSEMBLY_H_

#ifdef __cplusplus
extern "C" {
#endif

#include <odp/api/spec/reassembly.h>

#ifdef __cplusplus
}
#endif

#endif