2005-04-17 00:20:36 +02:00
|
|
|
/*
|
2008-08-05 17:14:15 +02:00
|
|
|
* arch/arm/mach-iop32x/include/mach/io.h
|
2005-04-17 00:20:36 +02:00
|
|
|
*
|
2006-09-19 00:26:25 +02:00
|
|
|
* Copyright (C) 2001 MontaVista Software, Inc.
|
2005-04-17 00:20:36 +02:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
2006-09-19 00:26:25 +02:00
|
|
|
#ifndef __IO_H
|
|
|
|
#define __IO_H
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2008-11-28 17:13:44 +01:00
|
|
|
#include <asm/hardware/iop3xx.h>
|
2005-10-28 11:20:25 +02:00
|
|
|
|
2007-02-13 17:11:04 +01:00
|
|
|
#define IO_SPACE_LIMIT 0xffffffff
|
|
|
|
#define __io(p) ((void __iomem *)IOP3XX_PCI_IO_PHYS_TO_VIRT(p))
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
#endif
|