This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / arch / ppc / platforms / 4xx / virtex.h
1 /*
2  * arch/ppc/platforms/4xx/virtex.h
3  *
4  * Include file that defines the Xilinx Virtex-II Pro processor
5  *
6  * Author: MontaVista Software, Inc.
7  *         source@mvista.com
8  *
9  * 2002-2004 (c) MontaVista Software, Inc.  This file is licensed under the
10  * terms of the GNU General Public License version 2.  This program is licensed
11  * "as is" without any warranty of any kind, whether express or implied.
12  */
13
14 #ifdef __KERNEL__
15 #ifndef __ASM_VIRTEX_H__
16 #define __ASM_VIRTEX_H__
17
18 /* serial defines */
19
20 #include <asm/ibm405.h>
21
22 /* Ugly, ugly, ugly! BASE_BAUD defined here to keep 8250.c happy. */
23 #if !defined(BASE_BAUD)
24  #define BASE_BAUD              (0) /* dummy value; not used */
25 #endif
26   
27 /* Device type enumeration for platform bus definitions */
28 #ifndef __ASSEMBLY__
29 enum ppc_sys_devices {
30         VIRTEX_UART, NUM_PPC_SYS_DEVS,
31 };
32 #endif
33   
34 #endif                          /* __ASM_VIRTEX_H__ */
35 #endif                          /* __KERNEL__ */