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
ia64
include
asm
dma.h
Go to the documentation of this file.
1
#ifndef _ASM_IA64_DMA_H
2
#define _ASM_IA64_DMA_H
3
4
/*
5
* Copyright (C) 1998-2002 Hewlett-Packard Co
6
* David Mosberger-Tang <
[email protected]
>
7
*/
8
9
10
#include <asm/io.h>
/* need byte IO */
11
12
extern
unsigned
long
MAX_DMA_ADDRESS
;
13
14
#ifdef CONFIG_PCI
15
extern
int
isa_dma_bridge_buggy
;
16
#else
17
# define isa_dma_bridge_buggy (0)
18
#endif
19
20
#define free_dma(x)
21
22
void
dma_mark_clean
(
void
*
addr
,
size_t
size
);
23
24
#endif
/* _ASM_IA64_DMA_H */
Generated on Thu Jan 10 2013 12:49:30 for Linux Kernel by
1.8.2