diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-12-08 10:12:51 +0100 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-12-08 10:12:51 +0100 |
| commit | e0948f4b9b12723871564be41f782a3ad9ef6546 (patch) | |
| tree | 85defbd517706273202b8c64173f3320419688cb | |
| parent | 02ea678be07b25c0601ac2e89deb26196be768d2 (diff) | |
IMPL: Adding EFI.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
| -rw-r--r-- | dev/ZKAKit/FirmwareKit/GPT.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ZKAKit/FirmwareKit/GPT.h b/dev/ZKAKit/FirmwareKit/GPT.h index 443d00f8..f1b74248 100644 --- a/dev/ZKAKit/FirmwareKit/GPT.h +++ b/dev/ZKAKit/FirmwareKit/GPT.h @@ -7,3 +7,7 @@ #pragma once #include <NewKit/Defines.h> +#include <FirmwareKit/EFI/EFI.h> + +typedef EfiGUID GPT_GUID_PARTITION_STRUCT; +struct GPT_MASTER_PARTITON_STRUCT;
\ No newline at end of file |
