Signed-off-by: Octavian Purdila <[email protected]>
---
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-api" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html