Type Alias devices::tsc::CpuidCountFn
source · pub type CpuidCountFn = unsafe fn(_: u32, _: u32) -> CpuidResult;
Expand description
Function to retrieve the given CPUID leaf and sub-leaf.
pub type CpuidCountFn = unsafe fn(_: u32, _: u32) -> CpuidResult;
Function to retrieve the given CPUID leaf and sub-leaf.