X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fexports.h;h=b30055409164534b7d59e0a0e5f139271d49d254;hb=6bca655bcbc8e81a21ab27a0d1e9c711ab8e0e24;hp=147a00f860b04384c14a305a46d8e6c908a1c918;hpb=88c7a0a8c2ce6b503ff5d5509effb2a9f844993e;p=oweals%2Fu-boot.git diff --git a/include/exports.h b/include/exports.h index 147a00f860..b300554091 100644 --- a/include/exports.h +++ b/include/exports.h @@ -1,14 +1,23 @@ #ifndef __EXPORTS_H__ #define __EXPORTS_H__ +#include +#include + #ifndef __ASSEMBLY__ #ifdef CONFIG_PHY_AQUANTIA #include #include #endif +#include + +struct cmd_tbl; 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);