1 1.1.8.2 mjf #ifndef _ARM_GEMINI_VAR_H_ 2 1.1.8.2 mjf #define _ARM_GEMINI_VAR_H_ 3 1.1.8.2 mjf 4 1.1.8.2 mjf #include <sys/types.h> 5 1.1.8.2 mjf #include <machine/bus.h> 6 1.1.8.2 mjf 7 1.1.8.2 mjf /* GEMINI generic */ 8 1.1.8.2 mjf 9 1.1.8.2 mjf 10 1.1.8.2 mjf extern struct bus_space gemini_bs_tag; 11 1.1.8.2 mjf extern struct arm32_bus_dma_tag gemini_bus_dma_tag; 12 1.1.8.2 mjf extern struct bus_space gemini_a4x_bs_tag; 13 1.1.8.2 mjf extern struct bus_space gemini_a2x_bs_tag; 14 1.1.8.2 mjf extern struct bus_space nobyteacc_bs_tag; 15 1.1.8.2 mjf 16 1.1.8.2 mjf 17 1.1.8.2 mjf /* platform needs to provide this */ 18 1.1.8.2 mjf extern bus_dma_tag_t gemini_bus_dma_init(struct arm32_bus_dma_tag *); 19 1.1.8.2 mjf 20 1.1.8.2 mjf #endif /* _ARM_GEMINI_VAR_H_ */ 21