From 439d6830517e15a2b31e90733b8aeaaf98b9e0f2 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 29 Mar 2016 10:20:41 +0200 Subject: imd: rename imd_search_validate to imd_get The name is more suitable for what the function does. Also let the function return a pointer to the imd data found in the buffer. Signed-off-by: Sascha Hauer --- scripts/bareboximd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/bareboximd.c') diff --git a/scripts/bareboximd.c b/scripts/bareboximd.c index a3622af821..d4da681eca 100644 --- a/scripts/bareboximd.c +++ b/scripts/bareboximd.c @@ -33,6 +33,7 @@ #include #include #include +#include #include "../include/image-metadata.h" -- cgit v1.2.3