blob: 5935f2fcfdc7abc99eb0de0185240650458ea52e [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#ifndef ZIRCON_KERNEL_ARCH_X86_INCLUDE_ARCH_ARCH_PERFMON_H_
#define ZIRCON_KERNEL_ARCH_X86_INCLUDE_ARCH_ARCH_PERFMON_H_
#include <lib/zircon-internal/device/cpu-trace/intel-pm.h>
using ArchPmuProperties = perfmon::X86PmuProperties;
using ArchPmuConfig = perfmon::X86PmuConfig;
#endif // ZIRCON_KERNEL_ARCH_X86_INCLUDE_ARCH_ARCH_PERFMON_H_