Home
last modified time | relevance | path

Searched refs:ACPI_SIG_XSDT (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/acpi/
Dactbl.h71 #define ACPI_SIG_XSDT "XSDT" /* Extended System Description Table */ macro
/linux-2.6.39/arch/ia64/kernel/
Dacpi.c111 if (strncmp(hdr->signature, ACPI_SIG_XSDT, sizeof(ACPI_SIG_XSDT) - 1)) { in acpi_get_sysname()