Home | History | Annotate | Line # | Download | only in imx
imx31var.h revision 1.1.2.1
      1 /*	$NetBSD: imx31var.h,v 1.1.2.1 2007/09/11 02:32:28 matt Exp $	*/
      2 
      3 #ifndef _ARM_IMX_IMX31VAR_H
      4 #define _ARM_IMX_IMX31VAR_H
      5 
      6 extern struct bus_space imx31_bs_tag;
      7 
      8 struct aips_attach_args {
      9 	bus_space_tag_t	aipsa_memt;
     10 	bus_addr_t	aipsa_addr;
     11 	bus_size_t	aipsa_size;
     12 	int		aipsa_intr;
     13 };
     14 
     15 struct ahb_attach_args {
     16 	bus_space_tag_t	ahba_memt;
     17 	bus_dma_tag_t	ahba_dmat;
     18 	bus_addr_t	ahba_addr;
     19 	bus_size_t	ahba_size;
     20 	int		ahba_intr;
     21 	int		ahba_irqbase;
     22 };
     23 
     24 #endif	/* _ARM_IMX_IMX31VAR_H */
     25