blob: 1e85f082595e7dc7388f27f7604a0f98edc4d1e0 [file] [log] [blame]
Dees_Troy51a0e822012-09-05 15:24:24 -04001#ifndef BMLUTILS_H_
2#define BMLUTILS_H_
3
4int format_rfs_device (const char *device, const char *path);
5
Conn O'Griofad9201042014-03-25 01:26:49 +00006#define BML_UNLOCK_ALL 0x8A29 ///< unlock all partition RO -> RW
7
8#ifndef BOARD_BML_BOOT
9#define BOARD_BML_BOOT "/dev/block/bml7"
10#endif
11
12#ifndef BOARD_BML_RECOVERY
13#define BOARD_BML_RECOVERY "/dev/block/bml8"
14#endif
15
Dees_Troy51a0e822012-09-05 15:24:24 -040016#endif // BMLUTILS_H_