blob: 411a0ece82414d7287ce2c0015a00fc6702aaa61 [file] [log] [blame]
Vladimir Serbinenko9bf05de2013-11-14 19:11:19 +01001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (c) 2011 Sven Schnelle <svens@stackframe.org>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; version 2 of
9 * the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
Vladimir Serbinenko9bf05de2013-11-14 19:11:19 +010015 */
16
17#include <ec/lenovo/h8/acpi/ec.asl>
18
19Scope(\_SB.PCI0.LPCB.EC)
20{
21}
Alexey Kharlamov93d6ba02018-01-09 00:50:06 +030022
23#define H8_BAT_THRESHOLDS_BIT7
24#include <ec/lenovo/h8/acpi/thinkpad_bat_thresholds_24.asl>