]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/bootm.h
fpga: Replace char * with const char * for filename
[thirdparty/u-boot.git] / include / bootm.h
index 0501414e0dc45b49be65a66d9d8953fe1f189eb1..e2cc6d4b99a59b4fb51de8fc6ad953bbc736fa24 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);
 
@@ -80,4 +82,9 @@ int bootm_decomp_image(int comp, ulong load, ulong image_start, int type,
  */
 void board_quiesce_devices(void);
 
+/**
+ * switch_to_non_secure_mode() - switch to non-secure mode
+ */
+void switch_to_non_secure_mode(void);
+
 #endif