Lennert Buytenhek | c471307 | 2006-03-28 21:18:54 +0100 | [diff] [blame^] | 1 | /* |
| 2 | * include/asm-arm/arch-ixp23xx/platform.h |
| 3 | * |
| 4 | * Various bits of code used by platform-level code. |
| 5 | * |
| 6 | * Author: Deepak Saxena <dsaxena@plexity.net> |
| 7 | * |
| 8 | * Copyright 2005 (c) MontaVista Software, Inc. |
| 9 | * |
| 10 | * This file is licensed under the terms of the GNU General Public |
| 11 | * License version 2. This program is licensed "as is" without any |
| 12 | * warranty of any kind, whether express or implied. |
| 13 | */ |
| 14 | |
| 15 | #ifndef __ASSEMBLY__ |
| 16 | |
| 17 | struct pci_sys_data; |
| 18 | |
| 19 | void ixp23xx_map_io(void); |
| 20 | void ixp23xx_init_irq(void); |
| 21 | void ixp23xx_sys_init(void); |
| 22 | int ixp23xx_pci_setup(int, struct pci_sys_data *); |
| 23 | void ixp23xx_pci_preinit(void); |
| 24 | struct pci_bus *ixp23xx_pci_scan_bus(int, struct pci_sys_data*); |
| 25 | |
| 26 | extern struct sys_timer ixp23xx_timer; |
| 27 | |
| 28 | #define IXP23XX_UART_XTAL 14745600 |
| 29 | |
| 30 | |
| 31 | #endif |