Add stub for VpNotifyEaData.

svn path=/trunk/; revision=16990
This commit is contained in:
Filip Navara 2005-08-03 07:50:16 +00:00
parent ae646476ce
commit 7cdbc1d414
2 changed files with 11 additions and 1 deletions

View file

@ -1221,3 +1221,13 @@ VideoPortReleaseDeviceLock(
ASSERT(Status == 0);
}
/*
* @unimplemented
*/
VOID STDCALL
VpNotifyEaData(
IN PDEVICE_OBJECT DeviceObject,
IN PVOID Data)
{
}

View file

@ -116,4 +116,4 @@ VideoPortWriteRegisterBufferUshort@12=NTOSKRNL.WRITE_REGISTER_BUFFER_USHORT
VideoPortWriteRegisterBufferUlong@12=NTOSKRNL.WRITE_REGISTER_BUFFER_ULONG
VideoPortZeroMemory@8=NTOSKRNL.RtlZeroMemory
VideoPortZeroDeviceMemory@8=NTOSKRNL.RtlZeroMemory
;VpNotifyEaData
VpNotifyEaData@8