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
microblaze
include
asm
device.h
Go to the documentation of this file.
1
/*
2
* Arch specific extensions to struct device
3
*
4
* This file is subject to the terms and conditions of the GNU General Public
5
* License v2. See the file "COPYING" in the main directory of this archive
6
* for more details.
7
*/
8
9
#ifndef _ASM_MICROBLAZE_DEVICE_H
10
#define _ASM_MICROBLAZE_DEVICE_H
11
12
struct
device_node
;
13
14
struct
dev_archdata
{
15
/* DMA operations on that device */
16
struct
dma_map_ops
*
dma_ops
;
17
void
*
dma_data
;
18
};
19
20
struct
pdev_archdata
{
21
u64
dma_mask
;
22
};
23
24
#endif
/* _ASM_MICROBLAZE_DEVICE_H */
25
26
Generated on Thu Jan 10 2013 12:49:20 for Linux Kernel by
1.8.2