drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / src / soc / samsung / exynos5250 / chip.h
blob7abc96481d114569879ac3eee9f5701f2b0d2a92
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef CPU_SAMSUNG_EXYNOS5250_H
4 #define CPU_SAMSUNG_EXYNOS5250_H
6 #include <soc/gpio.h>
8 struct soc_samsung_exynos5250_config {
9 /* special magic numbers! */
10 int clkval_f;
11 int upper_margin;
12 int lower_margin;
13 int vsync;
14 int left_margin;
15 int right_margin;
16 int hsync;
18 int xres;
19 int yres;
20 int framebuffer_bits_per_pixel;
22 int usb_vbus_gpio;
23 int usb_hsic_gpio;
25 u32 lcdbase;
28 #endif /* CPU_SAMSUNG_EXYNOS5250_H */