Program Listing for File cpu.hpp¶
↰ Return to documentation for file (platform/amd64/cpu.hpp
)
/* SPDX-License-Identifier: BSD-2-Clause */
#include <stdint.h>
namespace Gaia::Hal {
struct CpuData {
uint64_t lapic_freq;
};
} // namespace Gaia::Hal