aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/dma.h
blob: e7e0ad9702db1e727b7fa124ed92dd719e95dae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright (c) 2023, Nokia
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#ifndef ODP_ABI_DMA_H_
#define ODP_ABI_DMA_H_

#ifdef __cplusplus
extern "C" {
#endif

/* Empty header required due to the inline functions */

#ifdef __cplusplus
}
#endif

#endif