summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t60/smi.h
blob: 7ddd8e9b81d13e0a3fc4a77fa64f01dfeebbc1a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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_BRIGHTNESS_UP 0x03
#define SMI_BRIGHTNESS_DOWN 0x04

#endif