mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +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
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
HalAssignSlotResources(
|
HalAssignSlotResources(
|
||||||
|
|
|
@ -11,7 +11,7 @@ HalAdjustResourceList@4
|
||||||
HalAllProcessorsStarted@0
|
HalAllProcessorsStarted@0
|
||||||
HalAllocateAdapterChannel@16
|
HalAllocateAdapterChannel@16
|
||||||
HalAllocateCommonBuffer@16
|
HalAllocateCommonBuffer@16
|
||||||
;HalAllocateCrashDumpRegisters@8
|
HalAllocateCrashDumpRegisters@8
|
||||||
HalAssignSlotResources@32
|
HalAssignSlotResources@32
|
||||||
HalBeginSystemInterrupt@12
|
HalBeginSystemInterrupt@12
|
||||||
HalCalibratePerformanceCounter@4
|
HalCalibratePerformanceCounter@4
|
||||||
|
|
|
@ -16,6 +16,17 @@
|
||||||
|
|
||||||
/* FUNCTIONS ****************************************************************/
|
/* FUNCTIONS ****************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
VOID
|
||||||
|
NTAPI
|
||||||
|
HalAllocateCrashDumpRegisters(
|
||||||
|
ULONG Unknown1,
|
||||||
|
ULONG Unknown2)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
VOID STDCALL
|
VOID STDCALL
|
||||||
HalHandleNMI(ULONG Unused)
|
HalHandleNMI(ULONG Unused)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue