mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
Fix build.
svn path=/branches/ros-amd64-bringup/; revision=45193
This commit is contained in:
parent
ed70a6466b
commit
351f173762
2 changed files with 0 additions and 13 deletions
|
@ -37,18 +37,6 @@ _HalEnableInterrupt:
|
||||||
UNIMPLEMENTED "HalEnableInterrupt"
|
UNIMPLEMENTED "HalEnableInterrupt"
|
||||||
.endfunc
|
.endfunc
|
||||||
|
|
||||||
.global _HalDisableSystemInterrupt
|
|
||||||
.func _HalDisableSystemInterrupt
|
|
||||||
_HalDisableSystemInterrupt:
|
|
||||||
UNIMPLEMENTED "HalDisableSystemInterrupt"
|
|
||||||
.endfunc
|
|
||||||
|
|
||||||
.global _HalEnableSystemInterrupt
|
|
||||||
.func _HalEnableSystemInterrupt
|
|
||||||
_HalEnableSystemInterrupt:
|
|
||||||
UNIMPLEMENTED "HalEnableSystemInterrupt"
|
|
||||||
.endfunc
|
|
||||||
|
|
||||||
.global _HalDisableInterrupt
|
.global _HalDisableInterrupt
|
||||||
.func _HalDisableInterrupt
|
.func _HalDisableInterrupt
|
||||||
_HalDisableInterrupt:
|
_HalDisableInterrupt:
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
<include base="ntoskrnl">include</include>
|
<include base="ntoskrnl">include</include>
|
||||||
<define name="_NTHAL_" />
|
<define name="_NTHAL_" />
|
||||||
<directory name="generic">
|
<directory name="generic">
|
||||||
<file>pic.c</file>
|
|
||||||
<file>spinlock.c</file>
|
<file>spinlock.c</file>
|
||||||
</directory>
|
</directory>
|
||||||
<directory name="up">
|
<directory name="up">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue