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

struct ec_response_get_cmd_version - Response to the get command versions. More...

#include <ec_commands.h>

Collaboration diagram for ec_response_get_cmd_versions:
Collaboration graph

Data Fields

uint32_t version_mask
 

Detailed Description

struct ec_response_get_cmd_version - Response to the get command versions.

@version_mask: Mask of supported versions; use EC_VER_MASK() to compare with a desired version.

Definition at line 1284 of file ec_commands.h.

Field Documentation

◆ version_mask

uint32_t ec_response_get_cmd_versions::version_mask

Definition at line 1285 of file ec_commands.h.

Referenced by google_chromeec_get_cmd_versions().


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