ReactOS 0.4.16-dev-306-g647d351
|
#include <aclocal.h>
Public Attributes | |
struct acpi_address_range * | Next |
ACPI_NAMESPACE_NODE * | RegionNode |
ACPI_PHYSICAL_ADDRESS | StartAddress |
ACPI_PHYSICAL_ADDRESS | EndAddress |
ACPI_PHYSICAL_ADDRESS acpi_address_range::EndAddress |
Definition at line 852 of file aclocal.h.
Referenced by AcpiUtAddAddressRange(), AcpiUtCheckAddressRange(), and AcpiUtRemoveAddressRange().
struct acpi_address_range* acpi_address_range::Next |
Definition at line 849 of file aclocal.h.
Referenced by AcpiUtAddAddressRange(), AcpiUtCheckAddressRange(), AcpiUtDeleteAddressLists(), and AcpiUtRemoveAddressRange().
ACPI_NAMESPACE_NODE* acpi_address_range::RegionNode |
Definition at line 850 of file aclocal.h.
Referenced by AcpiUtAddAddressRange(), AcpiUtCheckAddressRange(), and AcpiUtRemoveAddressRange().
ACPI_PHYSICAL_ADDRESS acpi_address_range::StartAddress |
Definition at line 851 of file aclocal.h.
Referenced by AcpiUtAddAddressRange(), AcpiUtCheckAddressRange(), and AcpiUtRemoveAddressRange().