tape: add pmt weof

This commit is contained in:
Dietmar Maurer
2021-01-31 17:33:07 +01:00
parent 28f60e5291
commit 83b8949a98
3 changed files with 54 additions and 8 deletions

View File

@ -1,7 +1,8 @@
//! Tape drivers
mod virtual_tape;
mod linux_mtio;
pub mod linux_mtio;
mod tape_alert_flags;
pub use tape_alert_flags::*;