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

#include <ec_commands.h>

Collaboration diagram for ec_response_get_chip_info:
Collaboration graph

Data Fields

char vendor [32]
 
char name [32]
 
char revision [32]
 

Detailed Description

Definition at line 1222 of file ec_commands.h.

Field Documentation

◆ name

char ec_response_get_chip_info::name[32]

Definition at line 1224 of file ec_commands.h.

◆ revision

char ec_response_get_chip_info::revision[32]

Definition at line 1225 of file ec_commands.h.

◆ vendor

char ec_response_get_chip_info::vendor[32]

Definition at line 1223 of file ec_commands.h.


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