summaryrefslogtreecommitdiffstats
path: root/include/linux/acpi.h
diff options
context:
space:
mode:
authorChen, Gong2013-10-21 23:29:25 +0200
committerTony Luck2013-10-23 19:09:07 +0200
commit4b3db708b114fc35ff1e0cd28a2bfb1490dbb5d3 (patch)
tree136ba42b08015d55861bfb103a6ec87f9dd5a54b /include/linux/acpi.h
parentbitops: Introduce a more generic BITMASK macro (diff)
downloadkernel-qcow2-linux-4b3db708b114fc35ff1e0cd28a2bfb1490dbb5d3.tar.gz
kernel-qcow2-linux-4b3db708b114fc35ff1e0cd28a2bfb1490dbb5d3.tar.xz
kernel-qcow2-linux-4b3db708b114fc35ff1e0cd28a2bfb1490dbb5d3.zip
ACPI, x86: Extended error log driver for x86 platform
This H/W error log driver (a.k.a eMCA driver) is implemented based on http://www.intel.com/content/www/us/en/architecture-and-technology/enhanced-mca-logging-xeon-paper.html After errors are captured, more detailed platform specific information can be got via this new enhanced H/W error log driver. Most notably we can track memory errors back to the DIMM slot silk screen label. Signed-off-by: Chen, Gong <gong.chen@linux.intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r--include/linux/acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h
index a5db4aeefa36..c30bac8503bc 100644
--- a/include/linux/acpi.h
+++ b/include/linux/acpi.h
@@ -311,6 +311,7 @@ struct acpi_osc_context {
#define OSC_INVALID_REVISION_ERROR 8
#define OSC_CAPABILITIES_MASK_ERROR 16
+acpi_status acpi_str_to_uuid(char *str, u8 *uuid);
acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context);
/* platform-wide _OSC bits */