HalpAllocateDmaResources

NTSTATUS __stdcall HalpAllocateDmaResources(_ADAPTER_OBJECT *ChildAdapter){
  return HalpAllocateDmaResourcesInternal(&ChildAdapter->AdapterObject.DmaHeader);
}

Referenced by:

HalpFreeDmaChannels