]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/device.h
mm/kmemleak.c: use %u to print ->checksum
[mirror_ubuntu-artful-kernel.git] / include / linux / device.h
index 580e3eed4b789029c8e15dc7ca4d5c2c8a71f6a3..af424acd393db9ed02f8e9911b905003154bf702 100644 (file)
@@ -692,6 +692,7 @@ struct acpi_dev_node {
  * @coherent_dma_mask: Like dma_mask, but for alloc_coherent mapping as not all
  *             hardware supports 64-bit addresses for consistent allocations
  *             such descriptors.
+ * @dma_pfn_offset: offset of DMA memory range relatively of RAM
  * @dma_parms: A low level driver may set these to teach IOMMU code about
  *             segment limitations.
  * @dma_pools: Dma pools (if dma'ble device).
@@ -759,6 +760,7 @@ struct device {
                                             not all hardware supports
                                             64 bit addresses for consistent
                                             allocations such descriptors. */
+       unsigned long   dma_pfn_offset;
 
        struct device_dma_parameters *dma_parms;