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

struct ec_params_read_memmap - Parameters for the read memory map command. More...

#include <ec_commands.h>

Collaboration diagram for ec_params_read_memmap:
Collaboration graph

Data Fields

uint8_t offset
 
uint8_t size
 

Detailed Description

struct ec_params_read_memmap - Parameters for the read memory map command.

@offset: Offset in memmap (EC_MEMMAP_*). @size: Size to read in bytes.

Definition at line 1254 of file ec_commands.h.

Field Documentation

◆ offset

uint8_t ec_params_read_memmap::offset

Definition at line 1255 of file ec_commands.h.

◆ size

uint8_t ec_params_read_memmap::size

Definition at line 1256 of file ec_commands.h.


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