From fe84fb3dc11db9802a098a1321c5ed58d5d7ce9b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 1 Dec 2024 21:18:01 +0100 Subject: ADD: Extended Firmware support for EFI and CoreBoot. ADD: Sketching NetBoot support too. --- dev/ZKAKit/CompressKit/GZip.h | 6 +++--- dev/ZKAKit/CompressKit/RLE.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev/ZKAKit/CompressKit') diff --git a/dev/ZKAKit/CompressKit/GZip.h b/dev/ZKAKit/CompressKit/GZip.h index 86a2de89..f03b1167 100644 --- a/dev/ZKAKit/CompressKit/GZip.h +++ b/dev/ZKAKit/CompressKit/GZip.h @@ -4,8 +4,8 @@ ------------------------------------------- */ -#ifndef __KERNELKIT_GZIP_H__ -#define __KERNELKIT_GZIP_H__ +#ifndef COMPRESSKIT_GZIP_H +#define COMPRESSKIT_GZIP_H #include @@ -15,4 +15,4 @@ namespace Kernel::GZip class IGZipProxy; } // namespace Kernel::GZip -#endif // !__KERNELKIT_GZIP_H__ +#endif // !COMPRESSKIT_GZIP_H diff --git a/dev/ZKAKit/CompressKit/RLE.h b/dev/ZKAKit/CompressKit/RLE.h index f676cb7a..32f9dfd2 100644 --- a/dev/ZKAKit/CompressKit/RLE.h +++ b/dev/ZKAKit/CompressKit/RLE.h @@ -4,8 +4,8 @@ ------------------------------------------- */ -#ifndef __KERNELKIT_RLE_H__ -#define __KERNELKIT_RLE_H__ +#ifndef COMPRESSKIT_RLE_H +#define COMPRESSKIT_RLE_H #include @@ -15,4 +15,4 @@ namespace Kernel class IRleProxy; } // namespace Kernel -#endif // !ifndef __KERNELKIT_RLE_H__ +#endif // !ifndef COMPRESSKIT_RLE_H -- cgit v1.2.3