src: Add missing include <stdint.h>

Change-Id: Idf10a09745756887a517da4c26db7a90a1bf9543
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29403
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Elyes HAOUAS
2018-11-01 11:29:50 +01:00
committed by Nico Huber
parent 1956a00953
commit c4e4193715
42 changed files with 90 additions and 3 deletions

View File

@@ -16,6 +16,9 @@
/*
* Maxim MAX98373 audio codec devicetree bindings
*/
#include <stdint.h>
struct drivers_i2c_max98373_config {
/* I2C Bus Frequency in Hertz (default 400kHz) */
uint32_t bus_speed;

View File

@@ -16,6 +16,9 @@
/*
* Realtek RT5663 audio codec devicetree bindings
*/
#include <stdint.h>
struct drivers_i2c_rt5663_config {
/* I2C Bus Frequency in Hertz (default 400kHz) */
unsigned int bus_speed;

View File

@@ -13,6 +13,8 @@
* GNU General Public License for more details.
*/
#include <stdint.h>
struct drivers_i2c_w83795_config {
uint8_t fanin_ctl1;
uint8_t fanin_ctl2;

View File

@@ -12,6 +12,8 @@
#ifndef _FSP2_0_UPD_H_
#define _FSP2_0_UPD_H_
#include <stdint.h>
struct FSP_UPD_HEADER {
///
/// UPD Region Signature. This signature will be

View File

@@ -14,6 +14,8 @@
#ifndef __DRIVERS_R8168_CHIP_H__
#define __DRIVERS_R8168_CHIP_H__
#include <stdint.h>
struct drivers_net_config {
uint16_t customized_leds;
unsigned wake; /* Wake pin for ACPI _PRW */

View File

@@ -16,6 +16,8 @@
#ifndef __PS8625_H__
#define __PS8625_H__
#include <stdint.h>
struct parade_write {
uint8_t offset;
uint8_t reg;

View File

@@ -16,6 +16,8 @@
#ifndef _SIEMENS_NC_FPGA_H_
#define _SIEMENS_NC_FPGA_H_
#include <stdint.h>
#define NC_MAGIC_OFFSET 0x020
#define NC_FPGA_MAGIC 0x4E433746
#define NC_CAP1_OFFSET 0x080