diff options
Diffstat (limited to 'include/bootm.h')
-rw-r--r-- | include/bootm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bootm.h b/include/bootm.h index 0501414e0d..dbd6f49c2d 100644 --- a/include/bootm.h +++ b/include/bootm.h @@ -35,6 +35,8 @@ typedef int boot_os_fn(int flag, int argc, char * const argv[], bootm_headers_t *images); extern boot_os_fn do_bootm_linux; +extern boot_os_fn do_bootm_vxworks; + int do_bootelf(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); void lynxkdi_boot(image_header_t *hdr); |