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

#include <smmstore.h>

Collaboration diagram for smmstore_params_append:
Collaboration graph

Data Fields

voidkey
 
size_t keysize
 
voidval
 
size_t valsize
 

Detailed Description

Definition at line 30 of file smmstore.h.

Field Documentation

◆ key

void* smmstore_params_append::key

Definition at line 31 of file smmstore.h.

◆ keysize

size_t smmstore_params_append::keysize

Definition at line 32 of file smmstore.h.

◆ val

void* smmstore_params_append::val

Definition at line 33 of file smmstore.h.

◆ valsize

size_t smmstore_params_append::valsize

Definition at line 34 of file smmstore.h.


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