blob: 926bf30f7ebefcf36cfff47de366f259996e6885 [file] [log] [blame]
Koushik K. Duttaee57bbc2010-03-12 23:21:12 -08001#ifndef NANDROID_H
2#define NANDROID_H
3
4int nandroid_main(int argc, char** argv);
Koushik Dutta2f73e582010-04-18 16:00:21 -07005int nandroid_backup(const char* backup_path);
agrabren1f76a5d2010-12-29 12:15:18 -06006int nandroid_restore(const char* backup_path, int restore_boot, int restore_system, int restore_data, int restore_cache, int restore_sdext, int restore_wimax);
Koushik Duttad3cc60b2010-07-03 13:56:45 -07007void nandroid_generate_timestamp_path(char* backup_path);
Koushik K. Duttaee57bbc2010-03-12 23:21:12 -08008
9#endif