coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mcache_entry Union Reference
Collaboration diagram for mcache_entry:
Collaboration graph

Data Fields

union cbfs_mdata file
 
struct {
   uint32_t   magic
 
   uint32_t   offset
 
}; 
 

Detailed Description

Definition at line 29 of file cbfs_mcache.c.

Field Documentation

◆ 

struct { ... }

◆ file

union cbfs_mdata mcache_entry::file

Definition at line 125 of file cbfs_mcache.c.

◆ magic

uint32_t mcache_entry::magic

Definition at line 32 of file cbfs_mcache.c.

◆ offset

uint32_t mcache_entry::offset

Definition at line 33 of file cbfs_mcache.c.


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