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

#ifndef ODP_ABI_CPU_H_
#define ODP_ABI_CPU_H_

#ifdef __cplusplus
extern "C" {
#endif

#ifndef ODP_CACHE_LINE_SIZE
#define ODP_CACHE_LINE_SIZE 64
#endif

#ifdef __cplusplus
}
#endif

#endif