]> git.sur5r.net Git - u-boot/blobdiff - include/bootm.h
Define board_quiesce_devices() in a shared location
[u-boot] / include / bootm.h
index 9e42e179878bbd001b1de77d691c5a085afa6c4f..9f7956d2e35407622803fda7f8d5387bcf719ab0 100644 (file)
@@ -72,4 +72,6 @@ int bootm_decomp_image(int comp, ulong load, ulong image_start, int type,
                       void *load_buf, void *image_buf, ulong image_len,
                       uint unc_len, ulong *load_end);
 
+void board_quiesce_devices(void);
+
 #endif