ACPICA: Add support to allow host OS to redefine individual OSL prototypes.
authorLv Zheng <lv.zheng@intel.com>
Tue, 29 Oct 2013 01:30:35 +0000 (09:30 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 31 Oct 2013 13:35:50 +0000 (14:35 +0100)
commit7e94632fc530d990de3110e6c53425d6e28dd238
tree7242d7226e91aa1900e8370f36e51332ab006b87
parentc0144dc0e43ed97d60ce34c900a4326bb087bf11
ACPICA: Add support to allow host OS to redefine individual OSL prototypes.

This change enables the host OS to redefine OSL prototypes found in the
acpiosxf.h file. This allows the host OS to implement OSL interfaces with
a macro or inlined function. Further, it allows the host OS to add any
additional required modifiers such as __iomem, __init, __exit, etc.,
as necessary on a per-interface basis. Enables maximum flexibility
for the OSL interfaces. Lv Zheng.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/acpiosxf.h
include/acpi/platform/aclinux.h