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

#include <fit.h>

Collaboration diagram for fit_overlay_chain:
Collaboration graph

Data Fields

struct fit_image_nodeoverlay
 
struct list_node list_node
 

Detailed Description

Definition at line 36 of file fit.h.

Field Documentation

◆ list_node

struct list_node fit_overlay_chain::list_node

Definition at line 37 of file fit.h.

Referenced by find_image_with_overlays().

◆ overlay

struct fit_image_node* fit_overlay_chain::overlay

Definition at line 37 of file fit.h.

Referenced by find_image_with_overlays(), fit_load(), and fit_payload().


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