mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
- Missed this file
svn path=/trunk/; revision=43833
This commit is contained in:
parent
be8d9f285f
commit
9f6cba21d3
1 changed files with 4 additions and 6 deletions
|
@ -584,15 +584,13 @@ HalStartNextProcessor(IN PLOADER_PARAMETER_BLOCK LoaderBlock,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ULONG
|
UCHAR
|
||||||
FASTCALL
|
FASTCALL
|
||||||
HalSystemVectorDispatchEntry(
|
HalSystemVectorDispatchEntry(IN ULONG Vector,
|
||||||
ULONG Unknown1,
|
OUT PKINTERRUPT_ROUTINE **FlatDispatch,
|
||||||
ULONG Unknown2,
|
OUT PKINTERRUPT_ROUTINE *NoConnection)
|
||||||
ULONG Unknown3)
|
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue