diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-07 10:35:32 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-07 10:35:32 +0200 |
| commit | f7ca4eff84fa67283f0e0ac1e107e4bd6f569ca0 (patch) | |
| tree | 178d0d44fcda1bcecf8a9f831310192ef127266d /Kernel/HALKit/ARM64 | |
| parent | eb076dbf3754f44efdda926e1cc55a5c86136f5c (diff) | |
MHR-36: Implementing ARM64 support: Implementing GT.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit/ARM64')
| -rw-r--r-- | Kernel/HALKit/ARM64/HalTimer.cxx | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Kernel/HALKit/ARM64/HalTimer.cxx b/Kernel/HALKit/ARM64/HalTimer.cxx index aa39adef..6b59162c 100644 --- a/Kernel/HALKit/ARM64/HalTimer.cxx +++ b/Kernel/HALKit/ARM64/HalTimer.cxx @@ -2,6 +2,15 @@ Copyright Zeta Electronics Corporation + File: HalTimer.cxx + Purpose: HAL timer + + Revision History: + + 07/07/24: Added file (amlel) + ------------------------------------------- */ -#include <NewKit/Defines.hpp> +#include <ArchKit/ArchKit.hpp> + +struct TimerInfoStruct; |
