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

#include <ec_commands.h>

Collaboration diagram for ec_response_sb_fw_update:
Collaboration graph

Data Fields

union {
   struct __ec_align1 {
      uint8_t   data [SB_FW_UPDATE_CMD_INFO_SIZE]
 
   }   info
 
   struct __ec_align1 {
      uint8_t   data [SB_FW_UPDATE_CMD_INFO_SIZE]
 
   }   status
 
}; 
 

Detailed Description

Definition at line 4957 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ data

uint8_t ec_response_sb_fw_update::data[SB_FW_UPDATE_CMD_STATUS_SIZE]

Definition at line 4961 of file ec_commands.h.

◆ 

struct { ... } ::__ec_align1 ec_response_sb_fw_update::info

◆ 

struct { ... } ::__ec_align1 ec_response_sb_fw_update::status

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