coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec_response_v3 Struct Reference
Collaboration diagram for ec_response_v3:
Collaboration graph

Data Fields

struct ec_host_response header
 
uint8_t data [MSG_BYTES]
 

Detailed Description

Definition at line 60 of file crosec_proto.c.

Field Documentation

◆ data

uint8_t ec_response_v3::data[MSG_BYTES]

Definition at line 62 of file crosec_proto.c.

Referenced by handle_proto3_response().

◆ header

struct ec_host_response ec_response_v3::header

Definition at line 57 of file crosec_proto.c.

Referenced by handle_proto3_response(), and prepare_proto3_response_buffer().


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