xref: /netbsd-src/sys/arch/sandpoint/include/bus_funcs.h (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1 /*	$NetBSD: bus_funcs.h,v 1.1 2011/07/01 17:10:00 dyoung Exp $	*/
2 /*	$OpenBSD: bus.h,v 1.1 1997/10/13 10:53:42 pefo Exp $	*/
3 
4 #ifndef _SANDPOINT_BUS_FUNCS_H_
5 #define _SANDPOINT_BUS_FUNCS_H_
6 
7 #ifdef _KERNEL
8 extern struct powerpc_bus_space sandpoint_io_space_tag;
9 extern struct powerpc_bus_space genppc_isa_io_space_tag;
10 extern struct powerpc_bus_space sandpoint_mem_space_tag;
11 extern struct powerpc_bus_space genppc_isa_mem_space_tag;
12 extern struct powerpc_bus_space sandpoint_eumb_space_tag;
13 #endif
14 
15 #include <powerpc/bus_funcs.h>
16 
17 #endif /* _SANDPOINT_BUS_FUNCS_H_ */
18