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

#include <ec_commands.h>

Collaboration diagram for ec_response_sysinfo:
Collaboration graph

Data Fields

uint32_t reset_flags
 EC_RESET_FLAG_* flags. More...
 
uint32_t current_image
 enum ec_current_image More...
 
uint32_t flags
 enum sysinfo_flags More...
 

Detailed Description

Definition at line 1994 of file ec_commands.h.

Field Documentation

◆ current_image

uint32_t ec_response_sysinfo::current_image

enum ec_current_image

Definition at line 1996 of file ec_commands.h.

◆ flags

uint32_t ec_response_sysinfo::flags

enum sysinfo_flags

Definition at line 1997 of file ec_commands.h.

◆ reset_flags

uint32_t ec_response_sysinfo::reset_flags

EC_RESET_FLAG_* flags.

Definition at line 1995 of file ec_commands.h.


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