2020-04-03 01:22:28 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2011-06-22 16:08:45 +02:00
|
|
|
|
2011-04-01 09:28:56 +02:00
|
|
|
#ifndef MAINBOARD_LENOVO_X60_SMI_H
|
|
|
|
#define MAINBOARD_LENOVO_X60_SMI_H
|
|
|
|
|
|
|
|
#define SMI_DOCK_CONNECT 0x01
|
|
|
|
#define SMI_DOCK_DISCONNECT 0x02
|
2011-06-12 14:35:11 +02:00
|
|
|
#define SMI_SAVE_CMOS 0x03
|
2011-04-01 09:28:56 +02:00
|
|
|
|
|
|
|
#endif
|