• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef EC_LENOVO_PMH7_CHIP_H
4 #define EC_LENOVO_PMH7_CHIP_H
5 
6 #include <stdbool.h>
7 
8 struct ec_lenovo_pmh7_config {
9 	bool backlight_enable;
10 	bool dock_event_enable;
11 };
12 
13 #endif /* EC_LENOVO_PMH7_CHIP_H */
14