d8129f92c0
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
7 lines
142 B
C
7 lines
142 B
C
#ifndef MAINBOARD_LENOVO_X60_SMI_H
|
|
#define MAINBOARD_LENOVO_X60_SMI_H
|
|
|
|
#define SMI_DOCK_CONNECT 0x01
|
|
#define SMI_DOCK_DISCONNECT 0x02
|
|
|
|
#endif
|