diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-04-06 23:48:44 -0500 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-04-09 05:38:11 +0200 |
commit | b1e63e42e7b5b7afb3ba51c87d055f9e82cceb24 (patch) | |
tree | bf5be751feda05cc31fccdb4727dfda38443ebfe /src/ec/compal | |
parent | 0b2fa34d316bd0035163aff7727cf764ef13b249 (diff) |
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)
Diffstat (limited to 'src/ec/compal')
-rw-r--r-- | src/ec/compal/ene932/ec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ec/compal/ene932/ec.h b/src/ec/compal/ene932/ec.h index 879925f539..a1f45443f7 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 |