aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/arch/x86/util/env.h
blob: d78f080b6b3f889a3b5921d4ce5e3295cf340dcf (plain) (blame)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _X86_ENV_H
#define _X86_ENV_H

bool x86__is_amd_cpu(void);

#endif /* _X86_ENV_H */