Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
sparc
kernel
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
{
9
dma_debug_init
(
PREALLOC_DMA_DEBUG_ENTRIES
);
10
return
0;
11
}
12
fs_initcall
(
dma_init
);
Generated on Thu Jan 10 2013 12:55:52 for Linux Kernel by
1.8.2