Home | History | Annotate | Line # | Download | only in include
      1 /*	$NetBSD: bus_funcs.h,v 1.3 2012/01/14 19:39:25 phx 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 extern struct powerpc_bus_space sandpoint_flash_space_tag;
     14 extern struct powerpc_bus_space sandpoint_nhgpio_space_tag;
     15 #endif
     16 
     17 #include <powerpc/bus_funcs.h>
     18 
     19 #endif /* _SANDPOINT_BUS_FUNCS_H_ */
     20