mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
6 lines
98 B
C
6 lines
98 B
C
|
#pragma once
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool furi_hal_lock_get();
|
||
|
void furi_hal_lock_set(bool locked);
|