coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpe.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_GPE_H_
4 #define _SOC_GPE_H_
5 
6 /* GPE_31_0 */
7 #define GPE0_DW0_00 0
8 #define GPE0_DW0_01 1
9 #define GPE0_DW0_02 2
10 #define GPE_MAX GPE0_DW0_02
11 #endif /* _SOC_GPE_H_ */