NetBSD/sys/arch/ofppc/include/bus.h
garbled 1a42c9ee88 Reorder the includes in bus.h to be correct, and add the missing defines for
PHYS_TO_BUS_MEM and BUS_MEM_TO_PHYS.  Noticed by Frank Wille.
2007-11-04 17:15:43 +00:00

8 lines
184 B
C

/* $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>