URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-ia64/] [dma.h] - Rev 1275
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _ASM_IA64_DMA_H #define _ASM_IA64_DMA_H /* * Copyright (C) 1998-2001 Hewlett-Packard Co * Copyright (C) 1998-2001 David Mosberger-Tang <davidm@hpl.hp.com> */ #include <linux/config.h> #include <asm/io.h> /* need byte IO */ extern unsigned long MAX_DMA_ADDRESS; #ifdef CONFIG_PCI extern int isa_dma_bridge_buggy; #else # define isa_dma_bridge_buggy (0) #endif #endif /* _ASM_IA64_DMA_H */
Go to most recent revision | Compare with Previous | Blame | View Log