aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-29 06:56:52 +0100
committerNico Huber <nico.h@gmx.de>2018-10-30 09:41:08 +0000
commitdfbe6bd5c38d5feb6aa2778b2351cb13e0b1ecc8 (patch)
treebb12699462930eb270314a1db317a454cd7ff4c6 /src/soc/mediatek/mt8173
parentb06f8ddfe8c0e18f962f8b5507a40f4ef430ffc1 (diff)
src: Add missing include <stdint.h>
Change-Id: I6a9d71e69ed9230b92f0f330875515a5df29fc06 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29312 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/mediatek/mt8173')
-rw-r--r--src/soc/mediatek/mt8173/include/soc/da9212.h2
-rw-r--r--src/soc/mediatek/mt8173/include/soc/mt6311.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/include/soc/da9212.h b/src/soc/mediatek/mt8173/include/soc/da9212.h
index 388958d92b..118ba85667 100644
--- a/src/soc/mediatek/mt8173/include/soc/da9212.h
+++ b/src/soc/mediatek/mt8173/include/soc/da9212.h
@@ -16,6 +16,8 @@
#ifndef __SOC_DA9212_H_
#define __SOC_DA9212_H_
+#include <stdint.h>
+
void da9212_probe(uint8_t i2c_num);
enum {
diff --git a/src/soc/mediatek/mt8173/include/soc/mt6311.h b/src/soc/mediatek/mt8173/include/soc/mt6311.h
index 3b0b79a8c7..29063d6fe1 100644
--- a/src/soc/mediatek/mt8173/include/soc/mt6311.h
+++ b/src/soc/mediatek/mt8173/include/soc/mt6311.h
@@ -16,6 +16,8 @@
#ifndef __SOC_MEDIATEK_MT8173_MT6311_H__
#define __SOC_MEDIATEK_MT8173_MT6311_H__
+#include <stdint.h>
+
void mt6311_probe(uint8_t i2c_num);
enum {