summaryrefslogtreecommitdiff
path: root/include/fb_fastboot.h
blob: 352e8bfcd026ab04f3d65551f91037a0e7282d20 (plain)
1
2
3
4
5
6
7
8
#ifndef _FASTBOOT_H_
#define _FASTBOOT_H_

#define RESPONSE_LEN	(64 + 1)
void fastboot_fail(const char *s);
void fastboot_okay(const char *s);

#endif/*_FASTBOOT_H_*/