The DMA Framework is a kernel extension that manages DMA (Direct Memory Access) hardware.
Device drivers use DMA to copy data quickly between memory locations, and between memory and peripherals. This section describes how to create a port of it for your phone hardware. The Device Driver Guide documentation describes how to use the DMA Framework from a device driver.
The DMA Framework provides a Platform Independent Layer. You must provide a Platform Specific Layer to implement the interface to the DMA Controller hardware on your phone.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.