26#ifndef __RECOG_INTEL_H__
27#define __RECOG_INTEL_H__
29int cpuid_identify_intel(
struct cpu_raw_data_t* raw,
struct cpu_id_t* data,
struct internal_id_info_t* internal);
30void cpuid_get_list_intel(
struct cpu_list_t* list);
cpu_purpose_t
CPU purpose.
Definition libcpuid.h:252
This contains the recognized CPU features/info.
Definition libcpuid.h:529
a structure that holds a list of processor names
Definition libcpuid.h:1782
Contains just the raw CPUID data.
Definition libcpuid.h:288