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

#include <ec_commands.h>

Collaboration diagram for ec_params_locate_chip:
Collaboration graph

Data Fields

uint8_t type
 
uint8_t index
 
union {
   uint16_t   reserved
 
}; 
 

Detailed Description

Definition at line 6241 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ index

uint8_t ec_params_locate_chip::index

Definition at line 6243 of file ec_commands.h.

◆ reserved

uint16_t ec_params_locate_chip::reserved

Definition at line 6246 of file ec_commands.h.

◆ type

uint8_t ec_params_locate_chip::type

Definition at line 6242 of file ec_commands.h.


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