android_bootable_recovery/nandroid.h

9 lines
352 B
C
Raw Normal View History

2010-03-13 07:21:12 +00:00
#ifndef NANDROID_H
#define NANDROID_H
int nandroid_main(int argc, char** argv);
int nandroid_backup(const char* backup_path);
int nandroid_restore(const char* backup_path, int restore_boot, int restore_system, int restore_data, int restore_cache, int restore_sdext, int restore_wimax);
void nandroid_generate_timestamp_path(char* backup_path);
2010-03-13 07:21:12 +00:00
#endif