From 0cae32e094ce3d3577a91e3f24d4ce939b357d93 Mon Sep 17 00:00:00 2001 From: Sir Richard Date: Sat, 23 Jan 2010 19:31:54 +0000 Subject: [PATCH] [NTOS]: Export the C KiEoiHelper alongside the ASM Ke386EoiHelper. Yes, this is a "ReactOS-only" export, but really this interface is reserved for the HAL, and as long as we keep Ke386EoiHelper, the NT HAL should still work. Need to revisit/finalize this decision and whether or not we can emulate the C-interface with Ke386EoiHelper somehow (reliably). svn path=/trunk/; revision=45214 --- reactos/ntoskrnl/ntoskrnl.pspec | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/ntoskrnl/ntoskrnl.pspec b/reactos/ntoskrnl/ntoskrnl.pspec index a866a3cd698..6d66c99594f 100644 --- a/reactos/ntoskrnl/ntoskrnl.pspec +++ b/reactos/ntoskrnl/ntoskrnl.pspec @@ -701,6 +701,7 @@ @ fastcall KefReleaseSpinLockFromDpcLevel(ptr) #ifdef _M_IX86 @ stdcall Kei386EoiHelper() +@ fastcall KiEoiHelper(ptr) /* FIXME: Evaluate decision */ #endif @ fastcall KiAcquireSpinLock(ptr) @ extern KiBugCheckData