1 /* $NetBSD: gtvar.h,v 1.1 2018/01/20 13:56:09 skrll Exp $ */ 2 3 #ifndef _GTVAR_H_ 4 #define _GTVAR_H_ 5 6 #include <machine/bus_defs.h> 7 8 extern struct mips_bus_space gt_iot; 9 extern struct mips_bus_space gt_memt; 10 11 void gt_bus_io_init(bus_space_tag_t, void *); 12 void gt_bus_mem_init(bus_space_tag_t, void *); 13 14 #endif /* _GTVAR_H_ */ 15