ReactOS 0.4.15-dev-7788-g1ad9096
acpi_table_header Struct Reference

#include <actbl.h>

Public Attributes

char Signature [ACPI_NAMESEG_SIZE]
 
UINT32 Length
 
UINT8 Revision
 
UINT8 Checksum
 
char OemId [ACPI_OEM_ID_SIZE]
 
char OemTableId [ACPI_OEM_TABLE_ID_SIZE]
 
UINT32 OemRevision
 
char AslCompilerId [ACPI_NAMESEG_SIZE]
 
UINT32 AslCompilerRevision
 

Detailed Description

Definition at line 106 of file actbl.h.

Member Data Documentation

◆ AslCompilerId

char acpi_table_header::AslCompilerId[ACPI_NAMESEG_SIZE]

Definition at line 115 of file actbl.h.

Referenced by AcpiTbCleanupTableHeader(), and AcpiTbPrintTableHeader().

◆ AslCompilerRevision

UINT32 acpi_table_header::AslCompilerRevision

Definition at line 116 of file actbl.h.

Referenced by AcpiTbPrintTableHeader().

◆ Checksum

UINT8 acpi_table_header::Checksum

Definition at line 111 of file actbl.h.

◆ Length

◆ OemId

char acpi_table_header::OemId[ACPI_OEM_ID_SIZE]

◆ OemRevision

UINT32 acpi_table_header::OemRevision

Definition at line 114 of file actbl.h.

Referenced by acpi_create_registry_table(), and AcpiTbPrintTableHeader().

◆ OemTableId

char acpi_table_header::OemTableId[ACPI_OEM_TABLE_ID_SIZE]

◆ Revision

UINT8 acpi_table_header::Revision

Definition at line 110 of file actbl.h.

Referenced by AcpiTbPrintTableHeader().

◆ Signature

char acpi_table_header::Signature[ACPI_NAMESEG_SIZE]

Definition at line 108 of file actbl.h.

Referenced by AcpiTbCleanupTableHeader(), and AcpiTbPrintTableHeader().


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