diff options
Diffstat (limited to 'firmware/export/linuxboot.h')
-rw-r--r-- | firmware/export/linuxboot.h | 3 |
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, */ ssize_t uimage_fd_reader(void* buf, size_t size, void* ctx); +/* helper for patching broken self-extracting kernels on MIPS */ +uint32_t mips_linux_stub_get_entry(void** code_start, size_t code_size); + #endif /* __LINUXBOOT_H__ */ |