blob: 92b2f59d890f735abe6bbfaf4bd985a27b41c0b2 [file] [log] [blame]
Zhang Le3a639132008-10-27 23:33:24 +00001/*
2 * Copyright (c) 2008 Zhang Le <r0bertz@gentoo.org>
3 *
4 * This program is free software; you can redistribute it
5 * and/or modify it under the terms of the GNU General
6 * Public License as published by the Free Software
7 * Foundation; either version 2 of the License, or (at your
8 * option) any later version.
9 *
10 * This program is distributed in the hope that it will be
11 * useful, but WITHOUT ANY WARRANTY; without even the implied
12 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13 * PURPOSE. See the GNU General Public License for more
14 * details.
15 *
16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the Free
18 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
19 * 02139, USA.
20 */
21
Wu Zhangjin5e983ff2009-07-02 23:23:03 +080022#ifndef __ASM_MACH_LEMOTE_PCI_H_
23#define __ASM_MACH_LEMOTE_PCI_H_
24
25extern struct pci_ops bonito64_pci_ops;
Zhang Le3a639132008-10-27 23:33:24 +000026
27#define LOONGSON2E_PCI_MEM_START 0x14000000UL
28#define LOONGSON2E_PCI_MEM_END 0x1fffffffUL
29#define LOONGSON2E_PCI_IO_START 0x00004000UL
Zhang Le3a639132008-10-27 23:33:24 +000030
Wu Zhangjin5e983ff2009-07-02 23:23:03 +080031#endif /* !__ASM_MACH_LEMOTE_PCI_H_ */