tape: add scsi commands to control drive hardware encryption

This commit is contained in:
Dietmar Maurer
2021-01-16 15:57:43 +01:00
parent 0c5b9e7820
commit 90950c9c20
2 changed files with 301 additions and 0 deletions

View File

@ -7,6 +7,9 @@ pub use tape_alert_flags::*;
mod volume_statistics;
pub use volume_statistics::*;
mod encryption;
pub use encryption::*;
pub mod linux_tape;
mod mam;