1a42c9ee88
PHYS_TO_BUS_MEM and BUS_MEM_TO_PHYS. Noticed by Frank Wille.
8 lines
184 B
C
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>
|