Type Alias devices::tsc::cpuid::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.