NetBSD-5.0.2/sys/arch/ofppc/include/bus.h

/*	$NetBSD: bus.h,v 1.12 2007/11/04 17:15:43 garbled Exp $	*/

#define PHYS_TO_BUS_MEM(t,x)	(x)
#define BUS_MEM_TO_PHYS(t,x)	(x)

#include <powerpc/ofw_bus.h>
#include <powerpc/bus.h>