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