mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Implement VideoPortSynchronizeExecution() and VideoPortScanRom()
svn path=/trunk/; revision=4927
This commit is contained in:
parent
b5c47abf10
commit
86d2a51a17
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
; $Id: videoprt.edf,v 1.1 2003/02/15 19:16:32 gvg Exp $
|
||||
; $Id: videoprt.edf,v 1.2 2003/06/19 16:04:05 gvg Exp $
|
||||
;
|
||||
; vidport.def - export definition file for ReactOS
|
||||
;
|
||||
|
@ -37,8 +37,8 @@ VideoPortScanRom=VideoPortScanRom@16
|
|||
VideoPortSetBusData=VideoPortSetBusData@24
|
||||
VideoPortSetRegistryParameters=VideoPortSetRegistryParameters@16
|
||||
VideoPortSetTrappedEmulatorPorts=VideoPortSetTrappedEmulatorPorts@12
|
||||
;VideoPortStallExecution=HAL.KeStallExecutionProcessor
|
||||
VideoPortStallExecution=NTOSKRNL.KeStallExecutionProcessor
|
||||
VideoPortStallExecution=HAL.KeStallExecutionProcessor
|
||||
;VideoPortStallExecution=NTOSKRNL.KeStallExecutionProcessor
|
||||
VideoPortStartTimer=VideoPortStartTimer@4
|
||||
VideoPortStopTimer=VideoPortStopTimer@4
|
||||
VideoPortSynchronizeExecution=VideoPortSynchronizeExecution@16
|
||||
|
|
Loading…
Reference in a new issue