fix solo locked flag for bootloader

This commit is contained in:
Conor Patrick
2019-10-27 10:17:13 -04:00
parent c0df8b680d
commit a1a79b05fd
4 changed files with 7 additions and 3 deletions

View File

@ -64,4 +64,9 @@ int is_authorized_to_boot();
int is_bootloader_disabled();
void bootloader_heartbeat();
// Return 1 if Solo is secure/locked.
int solo_is_locked();
#endif