OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-s390x/] [dma.h] - Rev 1765

Compare with Previous | Blame | View Log

/*
 *  include/asm-s390x/dma.h
 *
 *  S390 version
 */
 
#ifndef _ASM_DMA_H
#define _ASM_DMA_H
 
#include <asm/io.h>		/* need byte IO */
 
/* The I/O subsystem can access only memory below 2GB.
   We use the existing DMA zone mechanism to handle this. */
#define MAX_DMA_ADDRESS         0x80000000
 
#endif /* _ASM_DMA_H */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.