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

#include <coreboot_tables.h>

Collaboration diagram for lb_gpios:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
uint32_t count
 
struct lb_gpio gpios [0]
 

Detailed Description

Definition at line 302 of file coreboot_tables.h.

Field Documentation

◆ count

uint32_t lb_gpios::count

Definition at line 306 of file coreboot_tables.h.

Referenced by lb_add_gpios().

◆ gpios

struct lb_gpio lb_gpios::gpios[0]

Definition at line 306 of file coreboot_tables.h.

Referenced by lb_add_gpios(), and lb_gpios().

◆ size

uint32_t lb_gpios::size

Definition at line 304 of file coreboot_tables.h.

Referenced by lb_add_gpios().

◆ tag

uint32_t lb_gpios::tag

Definition at line 303 of file coreboot_tables.h.


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