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

#include <chip.h>

Collaboration diagram for drivers_gfx_generic_config:
Collaboration graph

Data Fields

const char * name
 
int device_count
 
struct drivers_gfx_generic_device_config device [5]
 

Detailed Description

Definition at line 41 of file chip.h.

Field Documentation

◆ device

struct drivers_gfx_generic_device_config drivers_gfx_generic_config::device[5]

Definition at line 48 of file chip.h.

◆ device_count

int drivers_gfx_generic_config::device_count

Definition at line 48 of file chip.h.

◆ name

const char* drivers_gfx_generic_config::name

Definition at line 46 of file chip.h.


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