summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/SCSI/SCSI.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/modules/SCSI/SCSI.h')
-rw-r--r--dev/modules/SCSI/SCSI.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/dev/modules/SCSI/SCSI.h b/dev/modules/SCSI/SCSI.h
index f843aa02..e0137f3c 100644
--- a/dev/modules/SCSI/SCSI.h
+++ b/dev/modules/SCSI/SCSI.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.
+ Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.
------------------------------------------- */
@@ -11,11 +11,10 @@
/// @file SCSI.h
/// @brief Small Computer System Interface device.
-namespace Kernel
-{
- template <int PacketBitLen>
- using scsi_packet_type = Kernel::UInt16[PacketBitLen];
- using scsi_packet_type_12 = scsi_packet_type<12>;
+namespace Kernel {
+template <int PacketBitLen>
+using scsi_packet_type = Kernel::UInt16[PacketBitLen];
+using scsi_packet_type_12 = scsi_packet_type<12>;
- extern const scsi_packet_type<12> kCDRomPacketTemplate;
-} // namespace Kernel \ No newline at end of file
+extern const scsi_packet_type<12> kCDRomPacketTemplate;
+} // namespace Kernel \ No newline at end of file