From ff94ce367f7f23e3a78f157f9420c480a4d7f9aa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 26 Aug 2024 04:07:14 +0200 Subject: [IMP] DLLInterface class and also reworked SCI's API. [IMP] Handover now gives the kernel image, for the OS. Signed-off-by: Amlal El Mahrouss --- dev/ZKA/HALKit/AXP/Processor.hpp | 7 ------- dev/ZKA/HALKit/AXP/Processor.hxx | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 dev/ZKA/HALKit/AXP/Processor.hpp create mode 100644 dev/ZKA/HALKit/AXP/Processor.hxx (limited to 'dev/ZKA/HALKit') diff --git a/dev/ZKA/HALKit/AXP/Processor.hpp b/dev/ZKA/HALKit/AXP/Processor.hpp deleted file mode 100644 index 25a434a0..00000000 --- a/dev/ZKA/HALKit/AXP/Processor.hpp +++ /dev/null @@ -1,7 +0,0 @@ -/* ------------------------------------------- - - Copyright ZKA Technologies. - -------------------------------------------- */ - -#pragma once \ No newline at end of file diff --git a/dev/ZKA/HALKit/AXP/Processor.hxx b/dev/ZKA/HALKit/AXP/Processor.hxx new file mode 100644 index 00000000..25a434a0 --- /dev/null +++ b/dev/ZKA/HALKit/AXP/Processor.hxx @@ -0,0 +1,7 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#pragma once \ No newline at end of file -- cgit v1.2.3