From 84aea90cff9952dbafcf147b7741c1985622a8d2 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sun, 16 Jun 2024 00:25:47 +0200 Subject: MHR-31: Add cHartIpi enum, improve ReadMe and fix FilesystemWizard. Signed-off-by: Amlal EL Mahrouss --- Kernel/HALKit/ARM64/Hart.hxx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Kernel/HALKit') diff --git a/Kernel/HALKit/ARM64/Hart.hxx b/Kernel/HALKit/ARM64/Hart.hxx index bc35c3f5..1b16a072 100644 --- a/Kernel/HALKit/ARM64/Hart.hxx +++ b/Kernel/HALKit/ARM64/Hart.hxx @@ -17,4 +17,12 @@ typedef NewOS::Int32 Arm64HartType; /// @param hart the hart /// @param epc the pc. /// @return -EXTERN_C NewOS::Void hal_switch_to_hart(Arm64HartType hart, NewOS::VoidPtr epc); \ No newline at end of file +EXTERN_C NewOS::Void hal_switch_to_hart(Arm64HartType hart, NewOS::VoidPtr epc); + +/// @brief Hart IPI enum +enum { + cHartIpiTurnOn, + cHartIpiTurnOff, + cHartIpiStop, + cHartIpiResume, +}; -- cgit v1.2.3