mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Added ForceUnlock boolean
This commit is contained in:
@ -8,6 +8,9 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
/* Enabled ONLY on crash. */
|
||||
extern bool ForceUnlock;
|
||||
|
||||
/** @brief Please use this macro to create a new lock. */
|
||||
class LockClass
|
||||
{
|
||||
|
Reference in New Issue
Block a user