furi-hal-lock.h 98 B

12345
  1. #pragma once
  2. #include <stdbool.h>
  3. bool furi_hal_lock_get();
  4. void furi_hal_lock_set(bool locked);