blob: b3feac6b604331023968e2e01500c69f52e5c22f (
plain)
1
2
3
4
5
6
7
8
9
|
/* $NetBSD: bus_funcs.h,v 1.1 2011/07/01 17:10:00 dyoung Exp $ */
#ifndef _OFPPC_BUS_FUNCS_H_
#define _OFPPC_BUS_FUNCS_H_
#include <powerpc/ofw_bus_funcs.h>
#include <powerpc/bus_funcs.h>
#endif /* _OFPPC_BUS_FUNCS_H_ */
|