tape: add/use rust scsi changer implementation using libsgutil2
This commit is contained in:
7
src/tape/changer/mtx/mod.rs
Normal file
7
src/tape/changer/mtx/mod.rs
Normal file
@ -0,0 +1,7 @@
|
||||
//! Wrapper around expernal `mtx` command line tool
|
||||
|
||||
mod parse_mtx_status;
|
||||
pub use parse_mtx_status::*;
|
||||
|
||||
mod mtx_wrapper;
|
||||
pub use mtx_wrapper::*;
|
||||
Reference in New Issue
Block a user