ReactOS 0.4.15-dev-8102-g108db8f
_RSDP Struct Reference

#include <acpi.h>

Collaboration diagram for _RSDP:

Public Attributes

ULONGLONG Signature
 
UCHAR Checksum
 
UCHAR OEMID [6]
 
UCHAR Revision
 
ULONG RsdtAddress
 
ULONG Length
 
PHYSICAL_ADDRESS XsdtAddress
 
UCHAR XChecksum
 
UCHAR Reserved [3]
 

Detailed Description

Definition at line 80 of file acpi.h.

Member Data Documentation

◆ Checksum

UCHAR _RSDP::Checksum

Definition at line 83 of file acpi.h.

◆ Length

ULONG _RSDP::Length

Definition at line 87 of file acpi.h.

Referenced by EfipGetRsdt().

◆ OEMID

UCHAR _RSDP::OEMID[6]

Definition at line 84 of file acpi.h.

◆ Reserved

UCHAR _RSDP::Reserved[3]

Definition at line 90 of file acpi.h.

◆ Revision

UCHAR _RSDP::Revision

Definition at line 85 of file acpi.h.

Referenced by EfipGetRsdt().

◆ RsdtAddress

ULONG _RSDP::RsdtAddress

Definition at line 86 of file acpi.h.

Referenced by EfipGetRsdt().

◆ Signature

ULONGLONG _RSDP::Signature

Definition at line 82 of file acpi.h.

◆ XChecksum

UCHAR _RSDP::XChecksum

Definition at line 89 of file acpi.h.

◆ XsdtAddress

PHYSICAL_ADDRESS _RSDP::XsdtAddress

Definition at line 88 of file acpi.h.

Referenced by EfipGetRsdt().


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