Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / arm / gemini / gemini_var.h
blob7282e156ded17af5f20fb74975e413ee0e22d37d
1 #ifndef _ARM_GEMINI_VAR_H_
2 #define _ARM_GEMINI_VAR_H_
4 #include <sys/types.h>
5 #include <machine/bus.h>
7 /* GEMINI generic */
10 extern struct bus_space gemini_bs_tag;
11 extern struct arm32_bus_dma_tag gemini_bus_dma_tag;
12 extern struct bus_space gemini_a4x_bs_tag;
13 extern struct bus_space gemini_a2x_bs_tag;
14 extern struct bus_space nobyteacc_bs_tag;
17 /* platform needs to provide this */
18 extern bus_dma_tag_t gemini_bus_dma_init(struct arm32_bus_dma_tag *);
20 #endif /* _ARM_GEMINI_VAR_H_ */