aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/vpd/vpd.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-20 19:55:56 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-10-21 14:21:00 +0000
commit749c395f938675ecf5f53a03287ce0fd6379c2e7 (patch)
tree1e4d8e88121e27f9038417d1d2e31935bb492ee5 /src/drivers/vpd/vpd.h
parent91841af6b25c77991fa461b8abbe4717f2de5d3c (diff)
src/{drivers/vpd,include/device/dram}: Add missing 'include <stdint.h>'
Change-Id: Ida74a55b105282d86368f529cfce3523e0e97b02 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36174 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/drivers/vpd/vpd.h')
-rw-r--r--src/drivers/vpd/vpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/vpd/vpd.h b/src/drivers/vpd/vpd.h
index 14b002c8f6..244a7be6d7 100644
--- a/src/drivers/vpd/vpd.h
+++ b/src/drivers/vpd/vpd.h
@@ -7,6 +7,8 @@
#ifndef __VPD_H__
#define __VPD_H__
+#include <stdint.h>
+
#define GOOGLE_VPD_2_0_OFFSET 0x600
enum vpd_region {