8 lines
142 B
C
8 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
|