:github_url: https://github.com/nyx-org/gaia .. _program_listing_file_platform_amd64_cpu.hpp: Program Listing for File cpu.hpp ================================ |exhale_lsh| :ref:`Return to documentation for file ` (``platform/amd64/cpu.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /* SPDX-License-Identifier: BSD-2-Clause */ #include namespace Gaia::Hal { struct CpuData { uint64_t lapic_freq; }; } // namespace Gaia::Hal