aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/arch/default/odp/api/abi/cpu_inlines.h
blob: f9c2bae9d9b8e55f43476f8ab0c9e754b12467ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright (c) 2018, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#ifndef ODP_ARCH_CPU_INLINES_H_
#define ODP_ARCH_CPU_INLINES_H_

#undef odp_cpu_pause
#undef odp_cpu_cycles
#undef odp_cpu_cycles_max
#undef odp_cpu_cycles_resolution

#endif