summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/linuxboot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/linuxboot.h b/firmware/export/linuxboot.h
index 7dbc213012..de6f24bf57 100644
--- a/firmware/export/linuxboot.h
+++ b/firmware/export/linuxboot.h
@@ -186,4 +186,7 @@ int uimage_load(struct uimage_header* uh, size_t* out_size,
186 */ 186 */
187ssize_t uimage_fd_reader(void* buf, size_t size, void* ctx); 187ssize_t uimage_fd_reader(void* buf, size_t size, void* ctx);
188 188
189/* helper for patching broken self-extracting kernels on MIPS */
190uint32_t mips_linux_stub_get_entry(void** code_start, size_t code_size);
191
189#endif /* __LINUXBOOT_H__ */ 192#endif /* __LINUXBOOT_H__ */