mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +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);
|