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 CPU_SAMSUNG_EXYNOS5250_H
4 #define CPU_SAMSUNG_EXYNOS5250_H
5 
6 #include <soc/gpio.h>
7 
9  /* special magic numbers! */
10  int clkval_f;
13  int vsync;
16  int hsync;
17 
18  int xres;
19  int yres;
21 
24 
26 };
27 
28 #endif /* CPU_SAMSUNG_EXYNOS5250_H */
uint32_t u32
Definition: stdint.h:51