]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPICA: expose OSI version
authorAaron Lu <aaron.lu@intel.com>
Tue, 2 Jul 2013 13:59:10 +0000 (21:59 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 14 Jul 2013 23:26:18 +0000 (01:26 +0200)
commit72f3137931930411e01307d1433acb37f95085f2
treedeca371c1b04436ddfa0bc4dd9f154cfe724b288
parentd19f503e22316a84c39bc19445e0e4fdd49b3532
ACPICA: expose OSI version

Expose acpi_gbl_osi_data so that code outside of ACPICA can check
the value of the last successfull _OSI call.  The definitions for
OSI versions are moved to actypes.h so that other components can
access them too.

Based on a patch from Matthew Garrett which in turn was based on
an earlier patch from Seth Forshee.

[rjw: Changelog]
Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/aclocal.h
include/acpi/acpixf.h
include/acpi/actypes.h