From 91fa9d7696ef88e580caa1f762e72bd9e3e18a18 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 23 Sep 2016 16:38:27 -0500 Subject: mainboards,ec: provide common declaration for mainboard_ec_init() Add a header file to provide common declarations that the mainboards can use regarding EC init. BUG=chrome-os-partner:56677 Change-Id: Iaa0b37eff4de644e969a18364713b90b7f27fa1c Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/16734 Reviewed-by: Duncan Laurie Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/google/reef/bootblock.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mainboard/google/reef/bootblock.c') diff --git a/src/mainboard/google/reef/bootblock.c b/src/mainboard/google/reef/bootblock.c index da66009834..57d20d9058 100644 --- a/src/mainboard/google/reef/bootblock.c +++ b/src/mainboard/google/reef/bootblock.c @@ -15,12 +15,11 @@ #include #include +#include #include #include #include -void mainboard_ec_init(void); - void bootblock_mainboard_init(void) { const struct pad_config *pads; -- cgit v1.2.3