Home | History | Annotate | Line # | Download | only in include
      1 /*	$NetBSD: bus_defs.h,v 1.1 2011/07/01 17:10:00 dyoung Exp $	*/
      2 
      3 #define PHYS_TO_BUS_MEM(t,x)	(x)
      4 #define BUS_MEM_TO_PHYS(t,x)	(x)
      5 
      6 #include <powerpc/bus_defs.h>
      7 #include <powerpc/ofw_bus_defs.h>
      8