7adeadce47
Change-Id: Ia98bb5bea04a9cb87bf1993687e7f91f46022509
8 lines
294 B
C
8 lines
294 B
C
#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);
|
|
|
|
#endif |