coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smi.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SMI_DOCK_CONNECT   0x01
 
#define SMI_DOCK_DISCONNECT   0x02
 
#define SMI_BRIGHTNESS_UP   0x03
 
#define SMI_BRIGHTNESS_DOWN   0x04
 

Macro Definition Documentation

◆ SMI_BRIGHTNESS_DOWN

#define SMI_BRIGHTNESS_DOWN   0x04

Definition at line 9 of file smi.h.

◆ SMI_BRIGHTNESS_UP

#define SMI_BRIGHTNESS_UP   0x03

Definition at line 8 of file smi.h.

◆ SMI_DOCK_CONNECT

#define SMI_DOCK_CONNECT   0x01

Definition at line 6 of file smi.h.

◆ SMI_DOCK_DISCONNECT

#define SMI_DOCK_DISCONNECT   0x02

Definition at line 7 of file smi.h.