From: Kruti Pendharkar Date: Fri, 17 Oct 2025 04:25:48 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1cff43b23b59ce205fad478998d412f606d3767;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/acpi_table_defs.h b/open-vm-tools/lib/include/acpi_table_defs.h index 874ec7e06..e5b6a620e 100644 --- a/open-vm-tools/lib/include/acpi_table_defs.h +++ b/open-vm-tools/lib/include/acpi_table_defs.h @@ -954,5 +954,9 @@ typedef struct { */ #define IORT_SIGNATURE "IORT" +/* + * Memory-mapped Configuration Space Base Address Description Table (MCFG). + */ +#define MCFG_SIGNATURE "MCFG" #endif /* !_ACPI_TABLE_DEFS_H_ */