[BACK]Return to ibmnp4gs.c CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / ppc / platforms / 4xx

File: [Development] / linux-2.6-xfs / arch / ppc / platforms / 4xx / Attic / ibmnp4gs.c (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN

Initial Import 2.6.0

/*
 * arch/ppc/platforms/4xx/ibmnp4gs.c
 *
 * Author: Armin Kuster <akuster@mvista.com>
 *
 * 2000-2002 (c) MontaVista, Software, Inc.  This file is licensed under
 * the terms of the GNU General Public License version 2.  This program
 * is licensed "as is" without any warranty of any kind, whether express
 * or implied.
 */

#include <linux/init.h>
#include "ibmnp4gs.h"
#include <asm/ocp.h>

struct ocp_def core_ocp[] = {
	{UART, UART0_IO_BASE, UART0_INT, IBM_CPM_UART0},
	{PCI, PCIL0_BASE, OCP_IRQ_NA, IBM_CPM_PCI},
	{OCP_NULL_TYPE, 0x0, OCP_IRQ_NA, OCP_CPM_NA},

};