aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t60/smi.h
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-04-20 09:12:17 +0000
committerSven Schnelle <svens@stackframe.org>2011-04-20 09:12:17 +0000
commitd8129f92c0cbd6a561195c1628ba3f9f98eccd50 (patch)
tree74f733c0b0c4b18cda311604ba7be639e75d0010 /src/mainboard/lenovo/t60/smi.h
parentea3b58532a0b13cc8569ef3e1fb7a242ef4a8e79 (diff)
Add Lenovo ThinkPad T60
Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6530 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lenovo/t60/smi.h')
-rw-r--r--src/mainboard/lenovo/t60/smi.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t60/smi.h b/src/mainboard/lenovo/t60/smi.h
new file mode 100644
index 0000000000..6eb840256a
--- /dev/null
+++ b/src/mainboard/lenovo/t60/smi.h
@@ -0,0 +1,7 @@
+#ifndef MAINBOARD_LENOVO_X60_SMI_H
+#define MAINBOARD_LENOVO_X60_SMI_H
+
+#define SMI_DOCK_CONNECT 0x01
+#define SMI_DOCK_DISCONNECT 0x02
+
+#endif