summaryrefslogtreecommitdiff
path: root/include/fb_fastboot.h (plain)
blob: 352e8bfcd026ab04f3d65551f91037a0e7282d20
1#ifndef _FASTBOOT_H_
2#define _FASTBOOT_H_
3
4#define RESPONSE_LEN (64 + 1)
5void fastboot_fail(const char *s);
6void fastboot_okay(const char *s);
7
8#endif/*_FASTBOOT_H_*/
9