aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo/pmh7/chip.h
blob: e11b77269777b51775f747e41fa8d45afc6d5317 (plain)
1
2
3
4
5
6
7
8
9
#ifndef EC_LENOVO_PMH7_CHIP_H
#define EC_LENOVO_PMH7_CHIP_H

extern struct chip_operations ec_lenovo_pmh7_ops;

struct ec_lenovo_pmh7_config {
	int backlight_enable:1;
};
#endif