mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
- Implement NdisFreeSharedMemory
svn path=/trunk/; revision=40141
This commit is contained in:
parent
2e3301d050
commit
d162807f59
1 changed files with 6 additions and 2 deletions
|
@ -126,7 +126,7 @@ NdisFreeDmaChannel(
|
|||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
VOID
|
||||
EXPORT
|
||||
|
@ -143,7 +143,11 @@ NdisFreeSharedMemory(
|
|||
* NDIS 4.0
|
||||
*/
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
NdisMFreeSharedMemory(NdisAdapterHandle,
|
||||
Length,
|
||||
Cached,
|
||||
VirtualAddress,
|
||||
PhysicalAddress);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue