diff options
Diffstat (limited to 'include/exports.h')
-rw-r--r-- | include/exports.h | 3 |
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); |