summaryrefslogtreecommitdiff
path: root/source/components/tables
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-09-18 14:26:21 -0700
committerRobert Moore <Robert.Moore@intel.com>2013-09-18 14:26:21 -0700
commit68be8c5b8db438f6f21e0b029480a6a5b644d9b1 (patch)
tree0bbc4ff9367247f8531dfdeffeee0195ea52b0b6 /source/components/tables
parent57bdfbee675cd2c0618c66882d68a6bdf9f8efc4 (diff)
downloadacpica-68be8c5b8db438f6f21e0b029480a6a5b644d9b1.tar.gz
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.
Diffstat (limited to 'source/components/tables')
-rw-r--r--source/components/tables/tbxface.c1
-rw-r--r--source/components/tables/tbxfload.c1
2 files changed, 2 insertions, 0 deletions
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"