repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
ofppc
/
include
/
bus.h
blob
ea602b415765c83cb3e0d31236b94a14f6fc555b
1
/* $NetBSD: bus.h,v 1.11 2007/10/17 19:56:07 garbled Exp $ */
2
3
#define PHYS_TO_BUS_MEM(t,x) (x)
4
#define BUS_MEM_TO_PHYS(t,x) (x)
5
6
#include <powerpc/ofw_bus.h>
7
#include <powerpc/bus.h>