Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965053AbbD0PDO (ORCPT ); Mon, 27 Apr 2015 11:03:14 -0400 Received: from mga01.intel.com ([192.55.52.88]:42084 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964925AbbD0PDJ (ORCPT ); Mon, 27 Apr 2015 11:03:09 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,657,1422950400"; d="scan'208";a="686308985" From: Octavian Purdila To: jic23@kernel.org Cc: lars@metafoo.de, pmeerw@pmeerw.net, robert.moore@intel.com, rafael.j.wysocki@intel.com, lenb@kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-acpi@vger.kernel.org, Octavian Purdila Subject: [RFC PATCH 2/3] ACPICA: Add _PLD front and back panel constants Date: Mon, 27 Apr 2015 18:01:47 +0300 Message-Id: <1430146908-27919-3-git-send-email-octavian.purdila@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1430146908-27919-1-git-send-email-octavian.purdila@intel.com> References: <1430146908-27919-1-git-send-email-octavian.purdila@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 790 Lines: 29 Signed-off-by: Octavian Purdila --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/