summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-06 23:48:44 -0500
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-09 05:38:11 +0200
commitb1e63e42e7b5b7afb3ba51c87d055f9e82cceb24 (patch)
treebf5be751feda05cc31fccdb4727dfda38443ebfe
parent0b2fa34d316bd0035163aff7727cf764ef13b249 (diff)
downloadcoreboot-staging-b1e63e42e7b5b7afb3ba51c87d055f9e82cceb24.zip
coreboot-staging-b1e63e42e7b5b7afb3ba51c87d055f9e82cceb24.tar.gz
ec/compal/ene932/ec.h: Include stdint.h for definition of 'u8'
Change-Id: I7ffa8e8f807e7d8a778eb80c12a0dc984bdb3f8b Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/5470 Reviewed-by: Aaron Durbin <adurbin@google.com> Tested-by: build bot (Jenkins)
-rw-r--r--src/ec/compal/ene932/ec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ec/compal/ene932/ec.h b/src/ec/compal/ene932/ec.h
index 879925f..a1f4544 100644
--- a/src/ec/compal/ene932/ec.h
+++ b/src/ec/compal/ene932/ec.h
@@ -24,6 +24,8 @@
#ifndef _EC_COMPAL_ENE932_EC_H
#define _EC_COMPAL_ENE932_EC_H
+#include <stdint.h>
+
#define EC_IO 0xfd60 /* Mainboard specific. Could be Kconfig option */
#define EC_IO_HIGH EC_IO + 1
#define EC_IO_LOW EC_IO + 2
OpenPOWER on IntegriCloud