summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/PCI/Device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/PCI/Device.h')
-rw-r--r--src/kernel/KernelKit/PCI/Device.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/PCI/Device.h b/src/kernel/KernelKit/PCI/Device.h
index 3e7284de..e585029d 100644
--- a/src/kernel/KernelKit/PCI/Device.h
+++ b/src/kernel/KernelKit/PCI/Device.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef KERNELKIT_DEVICE_H
+#define KERNELKIT_DEVICE_H
#include <NeKit/Config.h>
#include <NeKit/KernelPanic.h>
@@ -73,3 +74,5 @@ class Device final {
UInt32 fBar;
};
} // namespace Kernel::PCI
+
+#endif