coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cpu_device_id Struct Reference

#include <cpu.h>

Collaboration diagram for cpu_device_id:
Collaboration graph

Data Fields

unsigned int vendor
 
unsigned int device
 

Detailed Description

Definition at line 216 of file cpu.h.

Field Documentation

◆ device

unsigned int cpu_device_id::device

Definition at line 218 of file cpu.h.

Referenced by find_cpu_driver().

◆ vendor

unsigned int cpu_device_id::vendor

Definition at line 217 of file cpu.h.

Referenced by find_cpu_driver().


The documentation for this struct was generated from the following file: