mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
Fix halmp compilation
svn path=/trunk/; revision=24073
This commit is contained in:
parent
68f5e47ce6
commit
6f5c6f23d3
3 changed files with 17 additions and 2 deletions
|
@ -397,3 +397,10 @@ HalRequestSoftwareInterrupt(IN KIRQL Request)
|
|||
KEBUGCHECK(0);
|
||||
}
|
||||
}
|
||||
|
||||
VOID FASTCALL
|
||||
HalClearSoftwareInterrupt(
|
||||
IN KIRQL Request)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
|
|
@ -115,4 +115,12 @@ HalStartNextProcessor(ULONG Unknown1,
|
|||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
HalProcessorIdle(VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue