aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/arch/x86/cpu_flags.h
blob: f709ca08bb50f878665c508e11185ef8947e4484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright (c) 2017, 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 cpu_flags_print_all(void);

#ifdef __cplusplus
}
#endif

#endif