blob: 2b06a71cfdadf1489b664c849000d36ec051658d [file] [log] [blame]
#ifndef _FASTBOOT_H_
#define _FASTBOOT_H_
#define LOCK_MAJOR_VERSION 1
#define LOCK_MINOR_VERSION 0
#define RESPONSE_LEN (64 + 1)
void fastboot_fail(const char *s);
void fastboot_okay(const char *s);
#endif/*_FASTBOOT_H_*/