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

#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