fix solo locked flag for bootloader

This commit is contained in:
Conor Patrick
2019-10-27 10:17:13 -04:00
parent bb08f6e0d3
commit 0873fa5f34
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