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

#include <cpu.h>

Collaboration diagram for cpu_driver:
Collaboration graph

Data Fields

struct device_operationsops
 
const struct cpu_device_idid_table
 

Detailed Description

Definition at line 13 of file cpu.h.

Field Documentation

◆ id_table

const struct cpu_device_id * cpu_driver::id_table

Definition at line 15 of file cpu.h.

Referenced by find_cpu_driver().

◆ ops

struct device_operations * cpu_driver::ops

Definition at line 14 of file cpu.h.

Referenced by set_cpu_ops().


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