Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
dma-nommu.c File Reference
#include <linux/dma-mapping.h>
#include <linux/io.h>

Go to the source code of this file.

Functions

void __init no_iommu_init (void)
 

Variables

struct dma_map_ops nommu_dma_ops
 

Function Documentation

void __init no_iommu_init ( void  )

Definition at line 77 of file dma-nommu.c.

Variable Documentation

struct dma_map_ops nommu_dma_ops
Initial value:
= {
.map_page = nommu_map_page,
.map_sg = nommu_map_sg,
.is_phys = 1,
}

Definition at line 65 of file dma-nommu.c.