summaryrefslogtreecommitdiff
path: root/include/exports.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 20:44:46 +0300
committerTom Rini <trini@konsulko.com>2020-01-17 21:26:49 +0300
commita6f2aafe0966f23e3fb3146fb80a4565163157c3 (patch)
treec19e3e99cfa665fd4bcb353570c3111235029b38 /include/exports.h
parent941338725d339c233379def75adeaa0977587a96 (diff)
downloadu-boot-a6f2aafe0966f23e3fb3146fb80a4565163157c3.tar.xz
common: Move jumptable_init() out of common.h
This function is defined in exports.c so move it to its header file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include/exports.h')
-rw-r--r--include/exports.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/exports.h b/include/exports.h
index 35f463287f..cbd16fc518 100644
--- a/include/exports.h
+++ b/include/exports.h
@@ -13,6 +13,9 @@
struct spi_slave;
+/* Set up the jump table for use by the API */
+void jumptable_init(void);
+
/* These are declarations of exported functions available in C code */
unsigned long get_version(void);
int getc(void);