From f7ca4eff84fa67283f0e0ac1e107e4bd6f569ca0 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sun, 7 Jul 2024 10:35:32 +0200 Subject: MHR-36: Implementing ARM64 support: Implementing GT. Signed-off-by: Amlal EL Mahrouss --- Kernel/HALKit/AMD64/HalTimer.cxx | 14 ++++++++++++++ Kernel/HALKit/ARM64/HalTimer.cxx | 11 ++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) (limited to 'Kernel/HALKit') diff --git a/Kernel/HALKit/AMD64/HalTimer.cxx b/Kernel/HALKit/AMD64/HalTimer.cxx index e69de29b..448fbca9 100644 --- a/Kernel/HALKit/AMD64/HalTimer.cxx +++ b/Kernel/HALKit/AMD64/HalTimer.cxx @@ -0,0 +1,14 @@ +/* ------------------------------------------- + + Copyright Zeta Electronics Corporation + + File: HalTimer.cxx + Purpose: HAL timer + + Revision History: + + 07/07/24: Added file (amlel) + +------------------------------------------- */ + +#include \ No newline at end of file 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 +#include + +struct TimerInfoStruct; -- cgit v1.2.3