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

#include <ec_commands.h>

Collaboration diagram for ec_response_locate_chip:
Collaboration graph

Data Fields

uint8_t bus_type
 
uint8_t reserved
 
union {
   struct ec_i2c_info   i2c_info
 
}; 
 

Detailed Description

Definition at line 6251 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ bus_type

uint8_t ec_response_locate_chip::bus_type

Definition at line 6252 of file ec_commands.h.

◆ i2c_info

struct ec_i2c_info ec_response_locate_chip::i2c_info

Definition at line 6253 of file ec_commands.h.

◆ reserved

uint8_t ec_response_locate_chip::reserved

Definition at line 6253 of file ec_commands.h.


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