/* ------------------------------------------- Copyright (C) 2024, t& Corporation, all rights reserved. ------------------------------------------- */ #pragma once #include /// @file SCSI.h /// @brief Serial SCSI driver. template using scsi_packet_type = Kernel::UInt16[PacketBitLen];