tape: add command to read cartridge memory (MAM)

Thsi add an additional dependency to sg3-utils (small).
This commit is contained in:
Dietmar Maurer
2020-12-21 12:11:52 +01:00
parent 8001c82e81
commit 1e20f819d5
6 changed files with 271 additions and 0 deletions

View File

@ -2,6 +2,9 @@ mod virtual_tape;
mod linux_mtio;
mod linux_tape;
mod mam;
pub use mam::*;
mod linux_list_drives;
pub use linux_list_drives::*;