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

#include <device_tree.h>

Collaboration diagram for device_tree_fixup:
Collaboration graph

Data Fields

int(* fixup )(struct device_tree_fixup *fixup, struct device_tree *tree)
 The function which does the fixing. More...
 
struct list_node list_node
 

Detailed Description

Definition at line 172 of file device_tree.h.

Field Documentation

◆ fixup

int(* device_tree_fixup::fixup) (struct device_tree_fixup *fixup, struct device_tree *tree)

The function which does the fixing.

0 on success, non-zero on error.

Definition at line 178 of file device_tree.h.

Referenced by dt_apply_fixups(), and soc_init().

◆ list_node

struct list_node device_tree_fixup::list_node

Definition at line 178 of file device_tree.h.

Referenced by soc_init().


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