android_bootable_recovery/bmlutils/bmlutils.c
Koushik Dutta 5a9fe1c964 missing
Change-Id: I836d8c28c9efce034032fa3bd2e0e15cac1ad23f
2010-09-13 14:33:50 -07:00

4 lines
117 B
C

int write_raw_image(const char* partition, const char* filename) {
// flash using redbend_ua here
return 0;
}