/* $Id: io.h,v 1.2 2000/02/02 16:35:57 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000 Ralf Baechle * Copyright (C) 2000 Silicon Graphics, Inc. */ #ifndef _ASM_SN_IO_H #define _ASM_SN_IO_H #include #define IO_SPACE_BASE IO_BASE /* Because we only have PCI I/O ports. */ #define IO_SPACE_LIMIT 0xffffffff /* No isa_* versions, the Origin doesn't have ISA / EISA bridges. */ #endif /* _ASM_SN_IO_H */