API Reference Manual  1.46.0
arch/x86_64-linux/odp/api/abi/cpu.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2016-2018 Linaro Limited
3  */
4 
5 #ifndef ODP_API_ABI_CPU_H_
6 #define ODP_API_ABI_CPU_H_
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #define ODP_CACHE_LINE_SIZE 64
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif