blob: 59868a9882a44a97561b25a808e0870596115241 (
plain)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* Defines EC bits specific to the mainboard, needed by EC ASL */
#include "mainboard.h"
/* ACPI code for EC functions */
#include <ec/compal/ene932/acpi/ec.asl>
|