]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/fastboot-internal.h
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
[thirdparty/u-boot.git] / include / fastboot-internal.h
index d3e1c106e23fff45abe5801ce5639ed3aae96a7a..e59c187c05c5639a5db570318b4e70816ee85373 100644 (file)
@@ -18,6 +18,13 @@ extern u32 fastboot_buf_size;
  */
 extern void (*fastboot_progress_callback)(const char *msg);
 
+/**
+ * fastboot_getvar_all() - Writes current variable being listed from "all" to response.
+ *
+ * @response: Pointer to fastboot response buffer
+ */
+void fastboot_getvar_all(char *response);
+
 /**
  * fastboot_getvar() - Writes variable indicated by cmd_parameter to response.
  *