summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/StorageKit/StorageKit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/StorageKit/StorageKit.h')
-rw-r--r--src/kernel/StorageKit/StorageKit.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kernel/StorageKit/StorageKit.h b/src/kernel/StorageKit/StorageKit.h
index d7a1b6e9..87dd346e 100644
--- a/src/kernel/StorageKit/StorageKit.h
+++ b/src/kernel/StorageKit/StorageKit.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef STORAGEKIT_STORAGEKIT_H
+#define STORAGEKIT_STORAGEKIT_H
#define kDriveSectorSizeHDD (512U)
#define kDriveSectorSizeSSD (512U)
@@ -19,3 +20,5 @@ class AHCIDeviceInterface;
class ATADeviceInterface;
class SCSIDeviceInterface;
} // namespace Kernel
+
+#endif