]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/fastboot.h
Merge git://git.denx.de/u-boot-x86
[people/ms/u-boot.git] / include / fastboot.h
index db826d20bfefad571b55d087a9f6b976c02efa9c..616631e9aa3bfdc863b0aa16a837d2c19cc734ae 100644 (file)
@@ -16,7 +16,7 @@
 /* The 64 defined bytes plus \0 */
 #define FASTBOOT_RESPONSE_LEN  (64 + 1)
 
-void fastboot_fail(char *response, const char *reason);
-void fastboot_okay(char *response, const char *reason);
+void fastboot_fail(const char *reason);
+void fastboot_okay(const char *reason);
 
 #endif /* _FASTBOOT_H_ */