mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[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
This commit is contained in:
@@ -701,6 +701,7 @@
|
||||
@ fastcall KefReleaseSpinLockFromDpcLevel(ptr)
|
||||
#ifdef _M_IX86
|
||||
@ stdcall Kei386EoiHelper()
|
||||
@ fastcall KiEoiHelper(ptr) /* FIXME: Evaluate decision */
|
||||
#endif
|
||||
@ fastcall KiAcquireSpinLock(ptr)
|
||||
@ extern KiBugCheckData
|
||||
|
||||
Reference in New Issue
Block a user