mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Add stub for HalAllocateCrashDumpRegisters
svn path=/trunk/; revision=19616
This commit is contained in:
parent
985854dfc5
commit
45dc2d15aa
3 changed files with 22 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue