HomeSort by relevance Sort by last modified time
    Searched refs:ECDT (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/gplinclude/acpi/
ecdt.h 18 #define ECDT "ECDT"
37 void parse_ecdt(s_ecdt * ecdt);
  /external/syslinux/com32/gpllib/acpi/
acpi.c 213 } else if (memcmp(adh.signature, ECDT, sizeof(ECDT) - 1) == 0) {
214 DEBUG_PRINT(("ECDT table found\n"));
215 s_ecdt *e = &acpi->ecdt;

Completed in 259 milliseconds