X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fio%2Fmdl.c;fp=ntoskrnl%2Fio%2Fmdl.c;h=f9c196469bcda6698362a793e599aa17d2ad842b;hp=0c6cb8d028d370b1ef1f46ab5c9da04366a6d23d;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/ntoskrnl/io/mdl.c b/ntoskrnl/io/mdl.c index 0c6cb8d..f9c1964 100644 --- a/ntoskrnl/io/mdl.c +++ b/ntoskrnl/io/mdl.c @@ -22,6 +22,9 @@ /* FUNCTIONS *****************************************************************/ +/* + * @implemented + */ PMDL STDCALL IoAllocateMdl(PVOID VirtualAddress, @@ -54,6 +57,9 @@ IoAllocateMdl(PVOID VirtualAddress, return(Mdl); } +/* + * @implemented + */ VOID STDCALL IoBuildPartialMdl(PMDL SourceMdl, @@ -73,6 +79,9 @@ IoBuildPartialMdl(PMDL SourceMdl, } } +/* + * @implemented + */ VOID STDCALL IoFreeMdl(PMDL Mdl) {