blob: eb6680e2de884018fea362a95fe781da0861bbf9 [file] [log] [blame]
// Copyright 2020 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_CPUID_H_
#define ZIRCON_KERNEL_ARCH_X86_INCLUDE_CPUID_H_
// TODO(fxbug.dev/64109): <cpuid.h> lacks a proper multiple inclusion guard!
#include_next <cpuid.h>
#endif // ZIRCON_KERNEL_ARCH_X86_INCLUDE_CPUID_H_