Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dma.c
Go to the documentation of this file.
1 #include <linux/kernel.h>
2 #include <linux/dma-mapping.h>
3 #include <linux/dma-debug.h>
4 
5 #define PREALLOC_DMA_DEBUG_ENTRIES (1 << 15)
6 
7 static int __init dma_init(void)
8 {
10  return 0;
11 }