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

#include <region.h>

Collaboration diagram for xlate_region_device:
Collaboration graph

Data Fields

size_t window_count
 
const struct xlate_windowwindow_arr
 
struct region_device rdev
 

Detailed Description

Definition at line 252 of file region.h.

Field Documentation

◆ rdev

struct region_device xlate_region_device::rdev

Definition at line 254 of file region.h.

Referenced by boot_device_ro(), and xlate_region_device_init().

◆ window_arr

const struct xlate_window* xlate_region_device::window_arr

Definition at line 254 of file region.h.

Referenced by xlate_find_window(), and xlate_region_device_init().

◆ window_count

size_t xlate_region_device::window_count

Definition at line 253 of file region.h.

Referenced by xlate_find_window(), and xlate_region_device_init().


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