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

struct ec_response_hello - Response to the hello command. More...

#include <ec_commands.h>

Collaboration diagram for ec_response_hello:
Collaboration graph

Data Fields

uint32_t out_data
 

Detailed Description

struct ec_response_hello - Response to the hello command.

@out_data: Output will be in_data + 0x01020304.

Definition at line 1125 of file ec_commands.h.

Field Documentation

◆ out_data

uint32_t ec_response_hello::out_data

Definition at line 1126 of file ec_commands.h.

Referenced by google_chromeec_hello().


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