X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffastboot.h;h=616631e9aa3bfdc863b0aa16a837d2c19cc734ae;hb=211aaf309cde193918f9a19b0b010acebfd80a82;hp=db826d20bfefad571b55d087a9f6b976c02efa9c;hpb=3c8f98f5fed5c6f03bb185b79191477885748b14;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/fastboot.h b/include/fastboot.h index db826d2..616631e 100644 --- a/include/fastboot.h +++ b/include/fastboot.h @@ -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_ */