ReactOS 0.4.15-dev-7924-g5949c20
ACPI_ADR_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Collaboration diagram for ACPI_ADR_DEVICE_PATH:

Public Attributes

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT32 ADR
 

Detailed Description

The _ADR device path is used to contain video output device attributes to support the Graphics Output Protocol. The device path can contain multiple _ADR entries if multiple video output devices are displaying the same output.

Definition at line 256 of file DevicePath.h.

Member Data Documentation

◆ ADR

UINT32 ACPI_ADR_DEVICE_PATH::ADR

_ADR value. For video output devices the value of this field comes from Table B-2 of the ACPI 3.0 specification. At least one _ADR value is required.

Definition at line 263 of file DevicePath.h.

◆ Header

EFI_DEVICE_PATH_PROTOCOL ACPI_ADR_DEVICE_PATH::Header

Definition at line 257 of file DevicePath.h.


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