summaryrefslogtreecommitdiffstats
path: root/src/ec/lenovo/pmh7/chip.h
blob: 1302139fe21ab635fd6802f23c8a93c06f0e908b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef EC_LENOVO_PMH7_CHIP_H
#define EC_LENOVO_PMH7_CHIP_H

struct ec_lenovo_pmh7_config {
	int backlight_enable:1;
	int dock_event_enable:1;
};

#endif /* EC_LENOVO_PMH7_CHIP_H */