summaryrefslogtreecommitdiffhomepage
path: root/dev/Mod/SCSI
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Mod/SCSI')
-rw-r--r--dev/Mod/SCSI/SCSI.h2
1 files changed, 1 insertions, 1 deletions
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 <int PacketBitLen>
-using scsi_packet_type = Kernel::UInt16[PacketBitLen];
+using scsi_packet_type = NeOS::UInt16[PacketBitLen];