Add firmware protection to the environment
This commit is contained in:
6
src/api/firmware_protection.rs
Normal file
6
src/api/firmware_protection.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub trait FirmwareProtection {
|
||||
/// Locks the firmware.
|
||||
///
|
||||
/// Returns whether the operation was successful.
|
||||
fn lock(&mut self) -> bool;
|
||||
}
|
||||
Reference in New Issue
Block a user