diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-07 21:51:07 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-07 21:51:07 +0200 |
| commit | f21456cae169f9d911cefe39f1b99615f3c39e5d (patch) | |
| tree | a913189ff3ecdb40e308d5960219af4db326f4fe /Private/FirmwareKit | |
| parent | 0e1b114840bab254eec9f253095e3aed6d64b048 (diff) | |
Kernel: Add XCOFF header, update PE.hpp to PE.hxx.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/FirmwareKit')
| -rw-r--r-- | Private/FirmwareKit/EFI/API.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/FirmwareKit/EFI/API.hxx b/Private/FirmwareKit/EFI/API.hxx index 90503384..cfb3f425 100644 --- a/Private/FirmwareKit/EFI/API.hxx +++ b/Private/FirmwareKit/EFI/API.hxx @@ -9,7 +9,7 @@ #include <FirmwareKit/EFI/EFI.hxx> #include <KernelKit/MSDOS.hpp> -#include <KernelKit/PE.hpp> +#include <KernelKit/PE.hxx> inline EfiSystemTable *ST = nullptr; inline EfiBootServices *BS = nullptr; |
