Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 1 | #ifndef BMLUTILS_H_ |
| 2 | #define BMLUTILS_H_ |
| 3 | |
| 4 | int format_rfs_device (const char *device, const char *path); |
| 5 | |
Conn O'Griofa | d920104 | 2014-03-25 01:26:49 +0000 | [diff] [blame] | 6 | #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_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 16 | #endif // BMLUTILS_H_ |