aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/arch/x86/cpu_flags.h
blob: 8f6be68135cfaa8eba24e18b41f9a0515b33e811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2017-2018 Linaro Limited
 */

#ifndef ODP_PLAT_CPU_FLAGS_H_
#define ODP_PLAT_CPU_FLAGS_H_

#ifdef __cplusplus
extern "C" {
#endif

void _odp_cpu_flags_print_all(void);
int _odp_cpu_flags_has_rdtsc(void);

#ifdef __cplusplus
}
#endif

#endif