summaryrefslogtreecommitdiffhomepage
path: root/src/modules/HPET/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/HPET/Config.h')
-rw-r--r--src/modules/HPET/Config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/modules/HPET/Config.h b/src/modules/HPET/Config.h
index 9d1d9155..11ccbe96 100644
--- a/src/modules/HPET/Config.h
+++ b/src/modules/HPET/Config.h
@@ -9,7 +9,8 @@
======================================== */
-#pragma once
+#ifndef HPET_CONFIG_H
+#define HPET_CONFIG_H
#include <NeKit/Config.h>
#include <modules/ACPI/ACPI.h>
@@ -37,3 +38,5 @@ struct PACKED HPETHeader final : public SDT {
};
} // namespace Kernel
+
+#endif