diff --git a/src/scsi/mod.rs b/src/scsi/mod.rs index d0c3e4e..0d5c142 100644 --- a/src/scsi/mod.rs +++ b/src/scsi/mod.rs @@ -6,7 +6,7 @@ //! - `windows.rs` — SPTI (SCSI Pass-Through Interface) #[cfg(target_os = "linux")] -mod linux; +pub(crate) mod linux; #[cfg(target_os = "macos")] mod macos; #[cfg(target_os = "windows")]