From 7d2a7e7cab23b8217498866615a3719e5d3980ee Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 20 Feb 2025 12:32:38 +0100 Subject: NeOS: Namespace change from 'Kernel' to 'NeOS' ADD: Start defining the Workstation's HPFS (High-Performance File System) Signed-off-by: Amlal --- dev/Mod/SCSI/SCSI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Mod/SCSI') diff --git a/dev/Mod/SCSI/SCSI.h b/dev/Mod/SCSI/SCSI.h index 1bcabc1e..156bec90 100644 --- a/dev/Mod/SCSI/SCSI.h +++ b/dev/Mod/SCSI/SCSI.h @@ -12,4 +12,4 @@ /// @brief Serial SCSI driver. template -using scsi_packet_type = Kernel::UInt16[PacketBitLen]; +using scsi_packet_type = NeOS::UInt16[PacketBitLen]; -- cgit v1.2.3