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

Data Fields

uint8_t align
 
struct pci_resourcechildren
 
struct stack_dev_resourcenext
 

Detailed Description

Definition at line 18 of file chip_common.c.

Field Documentation

◆ align

uint8_t stack_dev_resource::align

Definition at line 19 of file chip_common.c.

Referenced by add_res_to_stack().

◆ children

struct pci_resource* stack_dev_resource::children

Definition at line 20 of file chip_common.c.

Referenced by add_res_to_stack(), reclaim_resource_mem(), and reserve_dev_resources().

◆ next

struct stack_dev_resource* stack_dev_resource::next

Definition at line 21 of file chip_common.c.

Referenced by add_res_to_stack(), reclaim_resource_mem(), and reserve_dev_resources().


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