HalpAllocateDmaResources

NTSTATUS __fastcall HalpAllocateDmaResources(struct _DMA_ADAPTER *a1){
  return HalpAllocateDmaResourcesInternal(a1);
}

Referenced by:

HalpFreeDmaChannels