From d8129f92c0cbd6a561195c1628ba3f9f98eccd50 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Wed, 20 Apr 2011 09:12:17 +0000 Subject: Add Lenovo ThinkPad T60 Signed-off-by: Sven Schnelle Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6530 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/lenovo/t60/smi.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/mainboard/lenovo/t60/smi.h (limited to 'src/mainboard/lenovo/t60/smi.h') 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 -- cgit v1.2.3