2011-06-22 16:08:45 +02:00
|
|
|
/*
|
|
|
|
* This file is part of the coreboot project.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; version 2 of the License.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*/
|
|
|
|
|
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
|