aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/stash.h
blob: ec9316e68327e25012a99db8bd15a14f72c766fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2020 Nokia
 */

#ifndef ODP_ABI_STASH_H_
#define ODP_ABI_STASH_H_

#ifdef __cplusplus
extern "C" {
#endif

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

#ifdef __cplusplus
}
#endif

#endif