coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
igd.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_INTEL_BROADWELL_GMA_H
4 #define SOC_INTEL_BROADWELL_GMA_H
5 
6 u32 igd_get_reg_em4(void);
7 u32 igd_get_reg_em5(void);
8 
9 #endif /* SOC_INTEL_BROADWELL_GMA_H */
u32 igd_get_reg_em5(void)
Definition: gma.c:40
u32 igd_get_reg_em4(void)
Definition: gma.c:39
uint32_t u32
Definition: stdint.h:51