1/*
2 *      include/asm-mips64/dec/io.h
3 *
4 *      Copyright (C) 2002  Maciej W. Rozycki
5 *
6 *      This program is free software; you can redistribute it and/or
7 *      modify it under the terms of the GNU General Public License
8 *      as published by the Free Software Foundation; either version
9 *      2 of the License, or (at your option) any later version.
10 */
11#ifndef __ASM_MIPS64_DEC_IO_H
12#define __ASM_MIPS64_DEC_IO_H
13
14#include <asm/addrspace.h>
15
16#define IO_SPACE_BASE K1BASE
17
18#define IO_SPACE_LIMIT 0xffffffff
19
20#endif /* __ASM_MIPS64_DEC_IO_H */
21