tape: implement binding for libsgutils2

So that we can read cartridge memory without calling "sg_raw". In future,
we may need further low level command to control the tape..
This commit is contained in:
Dietmar Maurer
2020-12-23 09:44:53 +01:00
parent 4799280ccd
commit dbe7e556b0
7 changed files with 218 additions and 23 deletions

View File

@ -7,6 +7,8 @@ use proxmox::tools::fs::{
CreateOptions,
};
pub mod sgutils2;
pub mod file_formats;
mod tape_write;