summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/SCSI
diff options
context:
space:
mode:
Diffstat (limited to 'dev/modules/SCSI')
-rw-r--r--dev/modules/SCSI/SCSI.h (renamed from dev/modules/SCSI/SCSI.hxx)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/modules/SCSI/SCSI.hxx b/dev/modules/SCSI/SCSI.h
index 5e903923..5aca328b 100644
--- a/dev/modules/SCSI/SCSI.hxx
+++ b/dev/modules/SCSI/SCSI.h
@@ -6,9 +6,9 @@
#pragma once
-#include <NewKit/Defines.hxx>
+#include <NewKit/Defines.h>
-/// @file SCSI.hxx
+/// @file SCSI.h
/// @brief Serial SCSI driver.
template <int PacketBitLen>