ULONG
HalGetDmaAlignmentRequirement(
);
HalGetDmaAlignmentRequirement returns the size of the cache boundary.
Device drivers can call this routine to determine alignment requirements for DMA buffers they allocate.
Callers of HalGetDmaAlignmentRequirement must be running at IRQL PASSIVE_LEVEL.