From 3e607e871b1b20e14527845a511ae2a6739fcaac Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 9 Mar 2024 08:37:29 +0100 Subject: See below. - HCoreKrnl: - Improve interrupt handler for AMD64 targets. - Wrapped AHCI and PE types into a namespace. - Replace L0 with the label MainLoop. - Reworked C++Kit and NetBoot modules. - Put INewFSIterator constructor as explicit. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/NetBoot/EfiModule.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Private/NewBoot/NetBoot') diff --git a/Private/NewBoot/NetBoot/EfiModule.cxx b/Private/NewBoot/NetBoot/EfiModule.cxx index 36a7288c..42415dc7 100644 --- a/Private/NewBoot/NetBoot/EfiModule.cxx +++ b/Private/NewBoot/NetBoot/EfiModule.cxx @@ -9,6 +9,7 @@ #include -extern "C" Int32 EfiMain(EfiHandlePtr handle, EfiSystemTable* SystemTable) { +EXTERN_C Int32 EfiMain(EfiHandlePtr handle, EfiSystemTable* SystemTable) +{ return kEfiOk; } -- cgit v1.2.3