[RFC PATCH 2/3] ACPICA: Add _PLD front and back panel constants

From: Octavian Purdila
Date: Mon Apr 27 2015 - 11:03:16 EST


Signed-off-by: Octavian Purdila <octavian.purdila@xxxxxxxxx>
---
include/acpi/acbuffer.h | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/include/acpi/acbuffer.h b/include/acpi/acbuffer.h
index 6b040f4..2be0270 100644
--- a/include/acpi/acbuffer.h
+++ b/include/acpi/acbuffer.h
@@ -139,6 +139,11 @@ struct acpi_pld_info {
u16 horizontal_offset;
};

+enum {
+ ACPI_PLD_PANEL_FRONT = 4,
+ ACPI_PLD_PANEL_BACK
+};
+
/*
* Macros to:
* 1) Convert a _PLD buffer to internal struct acpi_pld_info format - ACPI_PLD_GET*
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/