blob: b0946fbdfa77e9c584974e0570245abe5f1775c7 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $NetBSD: bus.h,v 1.3 2007/10/17 19:55:01 garbled Exp $ */
#ifndef _IBMNWS_BUS_H_
#define _IBMNWS_BUS_H_
#include <powerpc/prep_bus.h>
#include <powerpc/bus.h>
#endif /* _IBMNWS_BUS_H_ */
|