iPXE
acpi_rsdp Struct Reference

Root System Description Pointer. More...

#include <acpi.h>

Data Fields

char signature [8]
 Signature.
uint8_t checksum
 To make sum of entire table == 0.
char oem_id [6]
 OEM identification.
uint8_t revision
 Revision.
uint32_t rsdt
 Physical address of RSDT.

Detailed Description

Root System Description Pointer.

Definition at line 233 of file acpi.h.

Field Documentation

◆ signature

char acpi_rsdp::signature[8]

Signature.

Definition at line 235 of file acpi.h.

◆ checksum

uint8_t acpi_rsdp::checksum

To make sum of entire table == 0.

Definition at line 237 of file acpi.h.

◆ oem_id

char acpi_rsdp::oem_id[6]

OEM identification.

Definition at line 239 of file acpi.h.

◆ revision

uint8_t acpi_rsdp::revision

Revision.

Definition at line 241 of file acpi.h.

◆ rsdt

uint32_t acpi_rsdp::rsdt

Physical address of RSDT.

Definition at line 243 of file acpi.h.


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