2 * arch/ppc/platforms/4xx/virtex.h
4 * Include file that defines the Xilinx Virtex-II Pro processor
6 * Author: MontaVista Software, Inc.
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.
15 #ifndef __ASM_VIRTEX_H__
16 #define __ASM_VIRTEX_H__
20 #include <asm/ibm405.h>
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 */
27 /* Device type enumeration for platform bus definitions */
29 enum ppc_sys_devices {
30 VIRTEX_UART, NUM_PPC_SYS_DEVS,
34 #endif /* __ASM_VIRTEX_H__ */
35 #endif /* __KERNEL__ */