mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:03:16 +00:00
[HAL]
Update from trunk svn path=/branches/ros-amd64-bringup/; revision=46531
This commit is contained in:
parent
3479ab1925
commit
7aab8a308b
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ ULONG_PTR KernelBase;
|
||||||
|
|
||||||
/***************************************************************************/
|
/***************************************************************************/
|
||||||
|
|
||||||
|
VOID NTAPI HalpInitializePICs(IN BOOLEAN EnableInterrupts)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
}
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
HalpInitPhase0(PLOADER_PARAMETER_BLOCK LoaderBlock)
|
HalpInitPhase0(PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue