3 #ifndef _ARM_IMX_IMX31VAR_H
4 #define _ARM_IMX_IMX31VAR_H
6 extern struct bus_space imx31_bs_tag
;
8 struct aips_attach_args
{
9 const char *aipsa_name
;
10 bus_space_tag_t aipsa_memt
;
11 bus_addr_t aipsa_addr
;
12 bus_size_t aipsa_size
;
16 struct ahb_attach_args
{
17 const char *ahba_name
;
18 bus_space_tag_t ahba_memt
;
19 bus_dma_tag_t ahba_dmat
;
26 #endif /* _ARM_IMX_IMX31VAR_H */