2 * (C) Copyright 2008 - 2009
3 * Windriver, <www.windriver.com>
8 * Copyright 2014 Linaro, Ltd.
11 * SPDX-License-Identifier: GPL-2.0+
16 /* The 64 defined bytes plus \0 */
17 #define FASTBOOT_RESPONSE_LEN (64 + 1)
19 void fastboot_fail(const char *reason);
20 void fastboot_okay(const char *reason);
22 #endif /* _FASTBOOT_H_ */