blob: 896578f1bf19cf55c18d071f79d8b02d9a8cf373 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef EC_LENOVO_PMH7_CHIP_H
#define EC_LENOVO_PMH7_CHIP_H
#include <stdbool.h>
struct ec_lenovo_pmh7_config {
bool backlight_enable;
bool dock_event_enable;
};
#endif /* EC_LENOVO_PMH7_CHIP_H */