diff options
Diffstat (limited to 'src/kernel/FirmwareKit/EFI.h')
| -rw-r--r-- | src/kernel/FirmwareKit/EFI.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/kernel/FirmwareKit/EFI.h b/src/kernel/FirmwareKit/EFI.h new file mode 100644 index 00000000..f75f0fbe --- /dev/null +++ b/src/kernel/FirmwareKit/EFI.h @@ -0,0 +1,12 @@ +/* ======================================== + + Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. + +======================================== */ + +#pragma once + +#include <FirmwareKit/EFI/EFI.h> +#include <FirmwareKit/GPT.h> + +/// @note this header is used to reference the EFI/EFI.h |
