blob: 82ff351cd4dd6712c9702f5cb11f4e229c2a1aa9 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $NetBSD: bus_funcs.h,v 1.1 2011/07/01 17:09:59 dyoung Exp $ */
#ifndef _IBMNWS_BUS_FUNCS_H_
#define _IBMNWS_BUS_FUNCS_H_
#include <powerpc/prep_bus_funcs.h>
#include <powerpc/bus_funcs.h>
#endif /* _IBMNWS_BUS_FUNCS_H_ */
|