blob: 2dda5ec4cbe00ba1d7fccf71b2f27f334b513f46 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <ec/lenovo/h8/acpi/ec.asl>
Scope(\_SB.PCI0.LPCB.EC)
{
}
#include <ec/lenovo/h8/acpi/thinkpad_bat_thresholds_b0.asl>
|