diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-14 22:26:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-14 22:26:42 +0100 |
| commit | 6bbf5ad2058db4020ae20d6aba8f5b099dadc85f (patch) | |
| tree | ad39f25f27938729261f733d2addf839e8a110b3 /dev/Boot/BootKit/Shared | |
| parent | 1c4f8ae3804be72d947b0b96f90b9300515399bc (diff) | |
TQ-24 && TQ-16: Add build scripts for MBCI, MBCI+Flash, and UFS.
META: Along other tweaks and important ARM64 patches.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/BootKit/Shared')
| -rw-r--r-- | dev/Boot/BootKit/Shared/base.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Boot/BootKit/Shared/base.h b/dev/Boot/BootKit/Shared/base.h index 1270b36a..88459ec3 100644 --- a/dev/Boot/BootKit/Shared/base.h +++ b/dev/Boot/BootKit/Shared/base.h @@ -1,9 +1,9 @@ #ifndef UTL_BASE_H #define UTL_BASE_H -#include <cstdint> -#include <cstddef> -#include <cmath> +#include <stdint.h> +#include <stddef.h> +#include <math.h> namespace utl { |
