]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/acpi/actbl.h
Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensa
[linux.git] / include / acpi / actbl.h
index 65cc9cbf11415f83a0d82b32fa99e828369143e3..d568128025df8e848119ce5a247d5071c35ea745 100644 (file)
  ******************************************************************************/
 
 struct acpi_table_header {
-       char signature[ACPI_NAME_SIZE]; /* ASCII table signature */
+       char signature[ACPI_NAMESEG_SIZE];      /* ASCII table signature */
        u32 length;             /* Length of table in bytes, including this header */
        u8 revision;            /* ACPI Specification minor version number */
        u8 checksum;            /* To make sum of entire table == 0 */
        char oem_id[ACPI_OEM_ID_SIZE];  /* ASCII OEM identification */
        char oem_table_id[ACPI_OEM_TABLE_ID_SIZE];      /* ASCII OEM table identification */
        u32 oem_revision;       /* OEM revision number */
-       char asl_compiler_id[ACPI_NAME_SIZE];   /* ASCII ASL compiler vendor ID */
+       char asl_compiler_id[ACPI_NAMESEG_SIZE];        /* ASCII ASL compiler vendor ID */
        u32 asl_compiler_revision;      /* ASL compiler version */
 };