X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Facpi%2Facdisasm.h;h=389d772c7d5b5ee2bdc996d3d0acae60f17c2801;hb=5ebffd7c05391693b71d3326c8c78ff82f728ed0;hp=b29d77a8ff5799bfaa1bebff11c70f8743cc4562;hpb=cc2a472b8411ce0b71738039e15d45917da30fbe;p=powerpc.git diff --git a/include/acpi/acdisasm.h b/include/acpi/acdisasm.h index b29d77a8ff..389d772c7d 100644 --- a/include/acpi/acdisasm.h +++ b/include/acpi/acdisasm.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2006, R. Byron Moore + * Copyright (C) 2000 - 2007, R. Byron Moore * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -101,6 +101,7 @@ typedef const struct acpi_dmtable_info { #define ACPI_DMT_MADT 24 #define ACPI_DMT_SRAT 25 #define ACPI_DMT_EXIT 26 +#define ACPI_DMT_SIG 27 typedef void (*ACPI_TABLE_HANDLER) (struct acpi_table_header * table); @@ -109,6 +110,7 @@ struct acpi_dmtable_data { char *signature; struct acpi_dmtable_info *table_info; ACPI_TABLE_HANDLER table_handler; + char *name; }; struct acpi_op_walk_info {