10 lines
228 B
C
10 lines
228 B
C
/* $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_ */
|