bootm: vxworks: Make do_bootm_vxworks() non-static
[oweals/u-boot.git] / include / bootm.h
index 0501414e0dc45b49be65a66d9d8953fe1f189eb1..dbd6f49c2df41eccf8f1d822b2960cf05b24dc2d 100644 (file)
@@ -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);