blob: 46f74c1071a7f392ee00b4e90f5dd34f9f64a382 [file] [log] [blame]
Sven Schnelled74f97e2011-06-22 16:08:20 +02001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2011 Sven Schnelle <svens@stackframe.org>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Sven Schnelled74f97e2011-06-22 16:08:20 +020014 */
15
Sven Schnelle1fa61eb2011-04-11 19:43:50 +000016#ifndef EC_LENOVO_PMH7_CHIP_H
17#define EC_LENOVO_PMH7_CHIP_H
18
Sven Schnelle1fa61eb2011-04-11 19:43:50 +000019struct ec_lenovo_pmh7_config {
20 int backlight_enable:1;
Sven Schnelle1b9d2ee2011-04-17 12:54:32 +000021 int dock_event_enable:1;
Sven Schnelle1fa61eb2011-04-11 19:43:50 +000022};
Edward O'Callaghanb57fef92014-06-17 20:13:08 +100023
24#endif /* EC_LENOVO_PMH7_CHIP_H */