coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mec1308.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SUPERIO_SMSC_MEC1308_H
4 #define SUPERIO_SMSC_MEC1308_H
5 
6 #define MEC1308_PM1 1
7 #define MEC1308_EC1 2
8 #define MEC1308_EC2 3
9 #define MEC1308_UART 4
10 #define MEC1308_KBC 7
11 #define MEC1308_EC0 8
12 #define MEC1308_MBX 9
13 
14 #endif /* SUPERIO_SMSC_MEC1308_H */