2005-04-17 06:20:36 +08:00
|
|
|
/*
|
2008-08-05 23:14:15 +08:00
|
|
|
* arch/arm/mach-iop32x/include/mach/io.h
|
2005-04-17 06:20:36 +08:00
|
|
|
*
|
2006-09-19 06:26:25 +08:00
|
|
|
* Copyright (C) 2001 MontaVista Software, Inc.
|
2005-04-17 06:20:36 +08: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 06:26:25 +08:00
|
|
|
#ifndef __IO_H
|
|
|
|
#define __IO_H
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2008-11-29 00:13:44 +08:00
|
|
|
#include <asm/hardware/iop3xx.h>
|
2005-10-28 17:20:25 +08:00
|
|
|
|
2007-02-14 00:11:04 +08:00
|
|
|
#define IO_SPACE_LIMIT 0xffffffff
|
|
|
|
#define __io(p) ((void __iomem *)IOP3XX_PCI_IO_PHYS_TO_VIRT(p))
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#endif
|