summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x60/smi.h
blob: a050042f2d3489235425228a99467215e2e9ed71 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef MAINBOARD_LENOVO_X60_SMI_H
#define MAINBOARD_LENOVO_X60_SMI_H

#define SMI_DOCK_CONNECT 0x01
#define SMI_DOCK_DISCONNECT 0x02
#define SMI_SAVE_CMOS	0x03

#endif