ACPICA: Linux: Add stub support for Linux specific variables and functions.
authorLv Zheng <lv.zheng@intel.com>
Wed, 16 Jul 2014 08:57:52 +0000 (16:57 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 19 Jul 2014 23:34:57 +0000 (01:34 +0200)
There are global variables and functions not upstreamed to the ACPICA code
base.  Such symbols still can be referenced by external users as they are
listed in the acpixf.h.  This patch uses ACPI_GLOBAL and
ACPI_EXTERNAL_RETURN_STATUS mechanism to add stub support for such symbols.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found