aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo/pmh7/chip.h
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-04-11 19:43:50 +0000
committerSven Schnelle <svens@stackframe.org>2011-04-11 19:43:50 +0000
commit1fa61ebb3344105ae633ed7eb1be05cc574b666c (patch)
tree488647227ebb4363a9d75ff57161d37e982df38b /src/ec/lenovo/pmh7/chip.h
parentffcd1439f36ec27388139b9d5a379dd4294417b8 (diff)
PMH7: Add chip config
Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6486 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/ec/lenovo/pmh7/chip.h')
-rw-r--r--src/ec/lenovo/pmh7/chip.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ec/lenovo/pmh7/chip.h b/src/ec/lenovo/pmh7/chip.h
new file mode 100644
index 0000000000..e11b772697
--- /dev/null
+++ b/src/ec/lenovo/pmh7/chip.h
@@ -0,0 +1,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