coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_ROCKCHIP_RK3399_CHIP_H__
4 #define __SOC_ROCKCHIP_RK3399_CHIP_H__
5 
6 #include <soc/gpio.h>
7 #include <soc/vop.h> /* for vop_modes enum used in devicetree.cb */
8 
12 };
13 
14 #endif /* __SOC_ROCKCHIP_RK3399_CHIP_H__ */
uint32_t u32
Definition: stdint.h:51
u32 framebuffer_bits_per_pixel
Definition: chip.h:10