From 9e746d42d2e3faa526f12ba222f5ee6924dd30f9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Dec 2025 10:08:33 +0100 Subject: feat! breaking API changes, use header guards and libSystem fixes. Signed-off-by: Amlal El Mahrouss --- src/modules/Power/PowerFactory.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/modules/Power/PowerFactory.h') 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 #include @@ -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 -- cgit v1.2.3