From 68be8c5b8db438f6f21e0b029480a6a5b644d9b1 Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Wed, 18 Sep 2013 14:26:21 -0700 Subject: Add EXPORT_ACPI_INTERFACES macro to external interface modules. This change adds this new macro to all files that contain external ACPICA interfaces. It can be detected and used by the host (via the host-specific header) for any special processing required for such modules. Lv Zheng. --- source/components/tables/tbxface.c | 1 + source/components/tables/tbxfload.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source/components/tables') diff --git a/source/components/tables/tbxface.c b/source/components/tables/tbxface.c index cbaad116b..de7a1e033 100644 --- a/source/components/tables/tbxface.c +++ b/source/components/tables/tbxface.c @@ -114,6 +114,7 @@ *****************************************************************************/ #define __TBXFACE_C__ +#define EXPORT_ACPI_INTERFACES #include "acpi.h" #include "accommon.h" diff --git a/source/components/tables/tbxfload.c b/source/components/tables/tbxfload.c index 734d9a679..6392aa7e8 100644 --- a/source/components/tables/tbxfload.c +++ b/source/components/tables/tbxfload.c @@ -114,6 +114,7 @@ *****************************************************************************/ #define __TBXFLOAD_C__ +#define EXPORT_ACPI_INTERFACES #include "acpi.h" #include "accommon.h" -- cgit v1.2.1