[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1430146908-27919-3-git-send-email-octavian.purdila@intel.com>
Date: Mon, 27 Apr 2015 18:01:47 +0300
From: Octavian Purdila <octavian.purdila@...el.com>
To: jic23@...nel.org
Cc: lars@...afoo.de, pmeerw@...erw.net, robert.moore@...el.com,
rafael.j.wysocki@...el.com, lenb@...nel.org,
linux-api@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-iio@...r.kernel.org, linux-acpi@...r.kernel.org,
Octavian Purdila <octavian.purdila@...el.com>
Subject: [RFC PATCH 2/3] ACPICA: Add _PLD front and back panel constants
Signed-off-by: Octavian Purdila <octavian.purdila@...el.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists