Add common script support

This commit is contained in:
topjohnwu
2017-04-22 06:33:40 +08:00
parent e00e6509ee
commit 9bc8f6e9d7
9 changed files with 89 additions and 18 deletions

View File

@@ -74,5 +74,6 @@ void unlock_blocks();
void unblock_boot_process();
void setup_sighandlers(void (*handler)(int));
int run_command(int *fd, const char *path, char *const argv[]);
void exec_common_script(const char* stage);
#endif