summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/StorageKit/SCSI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/StorageKit/SCSI.h')
-rw-r--r--src/kernel/StorageKit/SCSI.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kernel/StorageKit/SCSI.h b/src/kernel/StorageKit/SCSI.h
index 3354a678..83395e0e 100644
--- a/src/kernel/StorageKit/SCSI.h
+++ b/src/kernel/StorageKit/SCSI.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef STORAGEKIT_SCSI_H
+#define STORAGEKIT_SCSI_H
#include <KernelKit/DriveMgr.h>
#include <NeKit/OwnPtr.h>
@@ -27,3 +28,5 @@ class SCSIDeviceInterface final NE_DEVICE<IMountpoint*> {
Void (*fCleanup)(Void) = {nullptr};
};
} // namespace Kernel
+
+#endif