|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "acpi.h"#include "accommon.h"#include "actables.h"#include "acdisasm.h"#include "acutils.h"
Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_TABLES |
Functions | |
| static void | AcpiTbFixString (char *String, ACPI_SIZE Length) |
| static void | AcpiTbCleanupTableHeader (ACPI_TABLE_HEADER *OutHeader, ACPI_TABLE_HEADER *Header) |
| void | AcpiTbPrintTableHeader (ACPI_PHYSICAL_ADDRESS Address, ACPI_TABLE_HEADER *Header) |
| #define _COMPONENT ACPI_TABLES |
|
static |
Definition at line 115 of file tbprint.c.
Referenced by AcpiTbPrintTableHeader().
Definition at line 82 of file tbprint.c.
Referenced by AcpiTbCleanupTableHeader(), and AcpiTbPrintTableHeader().
| void AcpiTbPrintTableHeader | ( | ACPI_PHYSICAL_ADDRESS | Address, |
| ACPI_TABLE_HEADER * | Header | ||
| ) |
Definition at line 143 of file tbprint.c.
Referenced by AcpiTbCheckDsdtHeader(), AcpiTbInstallTableWithOverride(), and AcpiTbParseRootTable().