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

#include <coreboot_tables.h>

Collaboration diagram for lb_macs:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
uint32_t count
 
struct mac_address mac_addrs [0]
 

Detailed Description

Definition at line 431 of file coreboot_tables.h.

Field Documentation

◆ count

uint32_t lb_macs::count

Definition at line 434 of file coreboot_tables.h.

◆ mac_addrs

struct mac_address lb_macs::mac_addrs[0]

Definition at line 434 of file coreboot_tables.h.

◆ size

uint32_t lb_macs::size

Definition at line 433 of file coreboot_tables.h.

◆ tag

uint32_t lb_macs::tag

Definition at line 432 of file coreboot_tables.h.


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