mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Add stub for HalAllocateCrashDumpRegisters
svn path=/trunk/; revision=19616
This commit is contained in:
@@ -126,6 +126,16 @@ HalAllocateCommonBuffer(
|
||||
}
|
||||
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
HalAllocateCrashDumpRegisters(
|
||||
ULONG Unknown1,
|
||||
ULONG Unknown2)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
HalAssignSlotResources(
|
||||
|
||||
@@ -11,7 +11,7 @@ HalAdjustResourceList@4
|
||||
HalAllProcessorsStarted@0
|
||||
HalAllocateAdapterChannel@16
|
||||
HalAllocateCommonBuffer@16
|
||||
;HalAllocateCrashDumpRegisters@8
|
||||
HalAllocateCrashDumpRegisters@8
|
||||
HalAssignSlotResources@32
|
||||
HalBeginSystemInterrupt@12
|
||||
HalCalibratePerformanceCounter@4
|
||||
|
||||
@@ -16,6 +16,17 @@
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
HalAllocateCrashDumpRegisters(
|
||||
ULONG Unknown1,
|
||||
ULONG Unknown2)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
|
||||
VOID STDCALL
|
||||
HalHandleNMI(ULONG Unused)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user