aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t60/smi.h
diff options
context:
space:
mode:
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