[HOS] Add 8.1.0 support

This commit is contained in:
ctcaer@gmail.com
2019-06-30 03:29:46 +03:00
parent bd7f572989
commit 12f8f055eb
9 changed files with 49 additions and 21 deletions

View File

@@ -20,6 +20,6 @@
#include "../utils/types.h"
void check_sept();
int reboot_to_sept(const u8 *tsec_fw);
int reboot_to_sept(const u8 *tsec_fw, u32 kb);
#endif