summaryrefslogtreecommitdiffhomepage
path: root/src/modules/Power/PowerFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/Power/PowerFactory.h')
-rw-r--r--src/modules/Power/PowerFactory.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/modules/Power/PowerFactory.h b/src/modules/Power/PowerFactory.h
index dcc75936..68f568b0 100644
--- a/src/modules/Power/PowerFactory.h
+++ b/src/modules/Power/PowerFactory.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef POWER_POWERFACTORY_H
+#define POWER_POWERFACTORY_H
#include <KernelKit/DebugOutput.h>
#include <NeKit/Config.h>
@@ -27,4 +28,6 @@ class PowerFactory {
virtual Bool Shutdown() { return NO; } // shutdown
virtual Void Reboot() {} // soft-reboot
};
-} // namespace Kernel \ No newline at end of file
+} // namespace Kernel
+
+#endif