summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:22:40 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:29 (GMT)
commit12d738ae4c97c551df6ed0ebe93406683f6032c1 (patch)
treec676584ad98541c12ccbe6857c8e26edcf733e0c /common
parent4baf23e0beaca4ea90983c8f97e1bba0282b5fc1 (diff)
downloadu-boot-12d738ae4c97c551df6ed0ebe93406683f6032c1.tar.xz
api: Add a header for api_init()
Put this in its own header instead of using common.h. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/board_r.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/board_r.c b/common/board_r.c
index 00ba319..bd77d64 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -11,6 +11,7 @@
*/
#include <common.h>
+#include <api.h>
/* TODO: can we just include all these headers whether needed or not? */
#if defined(CONFIG_CMD_BEDBUG)
#include <bedbug/type.h>