diff options
Diffstat (limited to 'src/modules/Power/PowerFactory.h')
| -rw-r--r-- | src/modules/Power/PowerFactory.h | 7 |
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 |
