blob: c017402bab965d52fcdc88f10aadd233e27f3004 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Lennert Buytenhekc852ac82006-09-18 23:26:25 +01002 * include/asm-arm/arch-iop33x/io.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
Lennert Buytenhekc852ac82006-09-18 23:26:25 +01004 * Copyright (C) 2001 MontaVista Software, Inc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010011#ifndef __IO_H
12#define __IO_H
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Russell King7fca0aa2005-10-28 10:20:25 +010014#include <asm/hardware.h>
15
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010016#define IO_SPACE_LIMIT 0xffffffff
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#define __io(p) ((void __iomem *)(p))
18#define __mem_pci(a) (a)
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010020
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#endif