//! This module implements various SCSI commands (control blocks).
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2012-2025 Andrei Maltsev
/// Implements the SCSI INQUIRY command.
/// Implements the SCSI MODE SENSE command.
/// Implements the SCSI READ command.
/// Implements the SCSI READ CAPACITY command.
/// Implements the SCSI REPORT LUNS command.
/// Implements the SCSI REQUEST SENSE command.
/// Implements the SCSI TEST UNIT READY command.
/// Implements the SCSI WRITE command.