[ARM] 3438/1: ixp23xx: add pci slave support
[pandora-kernel.git] / include / asm-arm / arch-ixp23xx / platform.h
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 void ixp23xx_pci_slave_init(void);
26
27 extern struct sys_timer ixp23xx_timer;
28
29 #define IXP23XX_UART_XTAL               14745600
30
31
32 #endif