]> git.sur5r.net Git - u-boot/blobdiff - include/bootm.h
Makefile: drop unused cpp_cfg macro
[u-boot] / include / bootm.h
index 9e42e179878bbd001b1de77d691c5a085afa6c4f..0501414e0dc45b49be65a66d9d8953fe1f189eb1 100644 (file)
@@ -72,4 +72,12 @@ 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);
 
+/*
+ * boards should define this to disable devices when EFI exits from boot
+ * services.
+ *
+ * TODO(sjg@chromium.org>): Update this to use driver model's device_remove().
+ */
+void board_quiesce_devices(void);
+
 #endif