aboutsummaryrefslogtreecommitdiff
path: root/include/odp/arch/arm32-linux/odp/api/abi/cpu.h
blob: 575f4a5ec5d73de55dab303312f224471c1b34dc (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) 2016-2018 Linaro Limited
 */

#ifndef ODP_API_ABI_CPU_H_
#define ODP_API_ABI_CPU_H_

#ifdef __cplusplus
extern "C" {
#endif

#define ODP_CACHE_LINE_SIZE 64

#ifdef __cplusplus
}
#endif

#endif